UnsolvableConstraintsException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
UnsolvableConstraintsException() | |
UnsolvableConstraintsException(String) |
Erstellt ein neues UnsolvableConstraintsException-Objekt mit der erläuternden Meldung |
UnsolvableConstraintsException(SerializationInfo, StreamingContext) |
Veraltet.
|
UnsolvableConstraintsException(String, Exception) |
UnsolvableConstraintsException()
public:
UnsolvableConstraintsException();
public UnsolvableConstraintsException ();
Public Sub New ()
Gilt für:
UnsolvableConstraintsException(String)
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)
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
- info
- SerializationInfo
- context
- StreamingContext
- Attribute
Gilt für:
UnsolvableConstraintsException(String, Exception)
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