PropertyConstraintException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy PropertyConstraintException.
Przeciążenia
PropertyConstraintException() |
Inicjuje PropertyConstraintException nowe wystąpienie klasy z komunikatem domyślnym. |
PropertyConstraintException(String) |
Inicjuje PropertyConstraintException nowe wystąpienie klasy z dostarczonym komunikatem. |
PropertyConstraintException(String, Exception) |
Inicjuje PropertyConstraintException nowe wystąpienie klasy z dostarczonym komunikatem i wyjątkiem wewnętrznym. |
PropertyConstraintException(String, String) |
Inicjuje nowe wystąpienie klasy PropertyConstraintException. |
PropertyConstraintException(String, String, Exception) |
Inicjuje nowe wystąpienie klasy PropertyConstraintException. |
PropertyConstraintException()
Inicjuje PropertyConstraintException nowe wystąpienie klasy z komunikatem domyślnym.
public:
PropertyConstraintException();
public PropertyConstraintException ();
Public Sub New ()
Dotyczy
PropertyConstraintException(String)
Inicjuje PropertyConstraintException nowe wystąpienie klasy z dostarczonym komunikatem.
public:
PropertyConstraintException(System::String ^ message);
public PropertyConstraintException (string message);
new System.Data.PropertyConstraintException : string -> System.Data.PropertyConstraintException
Public Sub New (message As String)
Parametry
- message
- String
Zlokalizowany komunikat o błędzie.
Dotyczy
PropertyConstraintException(String, Exception)
Inicjuje PropertyConstraintException nowe wystąpienie klasy z dostarczonym komunikatem i wyjątkiem wewnętrznym.
public:
PropertyConstraintException(System::String ^ message, Exception ^ innerException);
public PropertyConstraintException (string message, Exception innerException);
new System.Data.PropertyConstraintException : string * Exception -> System.Data.PropertyConstraintException
Public Sub New (message As String, innerException As Exception)
Parametry
- message
- String
Zlokalizowany komunikat o błędzie.
- innerException
- Exception
Wyjątek wewnętrzny.
Dotyczy
PropertyConstraintException(String, String)
Inicjuje nowe wystąpienie klasy PropertyConstraintException.
public:
PropertyConstraintException(System::String ^ message, System::String ^ propertyName);
public PropertyConstraintException (string message, string propertyName);
new System.Data.PropertyConstraintException : string * string -> System.Data.PropertyConstraintException
Public Sub New (message As String, propertyName As String)
Parametry
- message
- String
Zlokalizowany komunikat o błędzie.
- propertyName
- String
Nazwa właściwości.
Dotyczy
PropertyConstraintException(String, String, Exception)
Inicjuje nowe wystąpienie klasy PropertyConstraintException.
public:
PropertyConstraintException(System::String ^ message, System::String ^ propertyName, Exception ^ innerException);
public PropertyConstraintException (string message, string propertyName, Exception innerException);
new System.Data.PropertyConstraintException : string * string * Exception -> System.Data.PropertyConstraintException
Public Sub New (message As String, propertyName As String, innerException As Exception)
Parametry
- message
- String
Zlokalizowany komunikat o błędzie.
- propertyName
- String
Nazwa właściwości.
- innerException
- Exception
Wyjątek wewnętrzny.