UnsolvableConstraintsException Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
UnsolvableConstraintsException() | |
UnsolvableConstraintsException(String) |
Vytvoří nový UnsolvableConstraintsException objekt s vysvětlující zprávou |
UnsolvableConstraintsException(SerializationInfo, StreamingContext) |
Zastaralé.
|
UnsolvableConstraintsException(String, Exception) |
UnsolvableConstraintsException()
public:
UnsolvableConstraintsException();
public UnsolvableConstraintsException ();
Public Sub New ()
Platí pro
UnsolvableConstraintsException(String)
Vytvoří nový UnsolvableConstraintsException objekt s vysvětlující zprávou 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)
Parametry
- message
- String
Popis této výjimky
Platí pro
UnsolvableConstraintsException(SerializationInfo, StreamingContext)
Upozornění
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)
Parametry
- info
- SerializationInfo
- context
- StreamingContext
- Atributy
Platí pro
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)
Parametry
- message
- String
- innerException
- Exception
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.