PropertyConstraintException Konstruktory

Definice

Inicializuje novou instanci PropertyConstraintException třídy .

Přetížení

PropertyConstraintException()

Inicializuje novou instanci PropertyConstraintException třídy s výchozí zprávou.

PropertyConstraintException(String)

Inicializuje novou instanci PropertyConstraintException třídy se zadanou zprávou.

PropertyConstraintException(String, Exception)

Inicializuje novou instanci PropertyConstraintException třídy se zadanou zprávou a vnitřní výjimkou.

PropertyConstraintException(String, String)

Inicializuje novou instanci PropertyConstraintException třídy .

PropertyConstraintException(String, String, Exception)

Inicializuje novou instanci PropertyConstraintException třídy .

PropertyConstraintException()

Inicializuje novou instanci PropertyConstraintException třídy s výchozí zprávou.

public:
 PropertyConstraintException();
public PropertyConstraintException ();
Public Sub New ()

Platí pro

PropertyConstraintException(String)

Inicializuje novou instanci PropertyConstraintException třídy se zadanou zprávou.

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

Lokalizovaná chybová zpráva

Platí pro

PropertyConstraintException(String, Exception)

Inicializuje novou instanci PropertyConstraintException třídy se zadanou zprávou a vnitřní výjimkou.

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

Lokalizovaná chybová zpráva

innerException
Exception

Vnitřní výjimka

Platí pro

PropertyConstraintException(String, String)

Inicializuje novou instanci PropertyConstraintException třídy .

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

Lokalizovaná chybová zpráva

propertyName
String

Název vlastnosti

Platí pro

PropertyConstraintException(String, String, Exception)

Inicializuje novou instanci PropertyConstraintException třídy .

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

Lokalizovaná chybová zpráva

propertyName
String

Název vlastnosti

innerException
Exception

Vnitřní výjimka

Platí pro