Freigeben über


UnsolvableConstraintsException Konstruktoren

Definition

Überlädt

UnsolvableConstraintsException()
UnsolvableConstraintsException(String)

Erstellt ein neues UnsolvableConstraintsException-Objekt mit der erläuternden Meldung message.

UnsolvableConstraintsException(SerializationInfo, StreamingContext)
Veraltet.
UnsolvableConstraintsException(String, Exception)

UnsolvableConstraintsException()

Quelle:
UnsolvableConstraintsException.cs
Quelle:
UnsolvableConstraintsException.cs
public:
 UnsolvableConstraintsException();
public UnsolvableConstraintsException ();
Public Sub New ()

Gilt für:

UnsolvableConstraintsException(String)

Quelle:
UnsolvableConstraintsException.cs
Quelle:
UnsolvableConstraintsException.cs

Erstellt ein neues UnsolvableConstraintsException-Objekt mit der erläuternden Meldung message.

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)

Parameter

message
String

Eine Beschreibung für diese Ausnahme.

Gilt für:

UnsolvableConstraintsException(SerializationInfo, StreamingContext)

Quelle:
UnsolvableConstraintsException.cs
Quelle:
UnsolvableConstraintsException.cs

Achtung

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)

Parameter

Attribute

Gilt für:

UnsolvableConstraintsException(String, Exception)

Quelle:
UnsolvableConstraintsException.cs
Quelle:
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)

Parameter

message
String
innerException
Exception

Gilt für: