UnsolvableConstraintsException コンストラクター

定義

オーバーロード

UnsolvableConstraintsException()
UnsolvableConstraintsException(String)

message 説明メッセージを使用して、新しい UnsolvableConstraintsException オブジェクトを作成します。

UnsolvableConstraintsException(SerializationInfo, StreamingContext)
古い.
UnsolvableConstraintsException(String, Exception)

UnsolvableConstraintsException()

ソース:
UnsolvableConstraintsException.cs
ソース:
UnsolvableConstraintsException.cs
public:
 UnsolvableConstraintsException();
public UnsolvableConstraintsException ();
Public Sub New ()

適用対象

UnsolvableConstraintsException(String)

ソース:
UnsolvableConstraintsException.cs
ソース:
UnsolvableConstraintsException.cs

message 説明メッセージを使用して、新しい UnsolvableConstraintsException オブジェクトを作成します。

public:
 UnsolvableConstraintsException(System::String ^ message);
public UnsolvableConstraintsException (string message);
new Microsoft.Maui.Controls.UnsolvableConstraintsException : string -> Microsoft.Maui.Controls.UnsolvableConstraintsException
Public Sub New (message As String)

パラメーター

message
String

この例外の説明。

適用対象

UnsolvableConstraintsException(SerializationInfo, StreamingContext)

ソース:
UnsolvableConstraintsException.cs
ソース:
UnsolvableConstraintsException.cs

注意事項

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

protected:
 UnsolvableConstraintsException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected UnsolvableConstraintsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new Microsoft.Maui.Controls.UnsolvableConstraintsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Maui.Controls.UnsolvableConstraintsException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

属性

適用対象

UnsolvableConstraintsException(String, Exception)

ソース:
UnsolvableConstraintsException.cs
ソース:
UnsolvableConstraintsException.cs
public:
 UnsolvableConstraintsException(System::String ^ message, Exception ^ innerException);
public UnsolvableConstraintsException (string message, Exception innerException);
new Microsoft.Maui.Controls.UnsolvableConstraintsException : string * Exception -> Microsoft.Maui.Controls.UnsolvableConstraintsException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String
innerException
Exception

適用対象