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.
Przeciążenia
| Nazwa | Opis |
|---|---|
| PropertyConstraintException() |
Inicjuje PropertyConstraintException nowe wystąpienie klasy z komunikatem domyślnym. |
| PropertyConstraintException(String) |
Inicjuje PropertyConstraintException nowe wystąpienie klasy z podanym komunikatem. |
| PropertyConstraintException(String, Exception) |
Inicjuje PropertyConstraintException nowe wystąpienie klasy z podanym 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 Sub New ()
Dotyczy
PropertyConstraintException(String)
Inicjuje PropertyConstraintException nowe wystąpienie klasy z podanym komunikatem.
public PropertyConstraintException (string message);
new System.Data.Entity.Core.PropertyConstraintException : string -> System.Data.Entity.Core.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 podanym komunikatem i wyjątkiem wewnętrznym.
public PropertyConstraintException (string message, Exception innerException);
new System.Data.Entity.Core.PropertyConstraintException : string * Exception -> System.Data.Entity.Core.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 (string message, string propertyName);
new System.Data.Entity.Core.PropertyConstraintException : string * string -> System.Data.Entity.Core.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 (string message, string propertyName, Exception innerException);
new System.Data.Entity.Core.PropertyConstraintException : string * string * Exception -> System.Data.Entity.Core.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.