PropertyConstraintException Konstruktorer

Definition

Initierar en ny instans av PropertyConstraintException klassen.

Överlagringar

Name Description
PropertyConstraintException()

Initierar en ny instans av PropertyConstraintException klassen med standardmeddelande.

PropertyConstraintException(String)

Initierar en ny instans av PropertyConstraintException klassen med angivet meddelande.

PropertyConstraintException(String, Exception)

Initierar en ny instans av PropertyConstraintException klassen med angivet meddelande och inre undantag.

PropertyConstraintException(String, String)

Initierar en ny instans av PropertyConstraintException klassen.

PropertyConstraintException(String, String, Exception)

Initierar en ny instans av PropertyConstraintException klassen.

PropertyConstraintException()

Initierar en ny instans av PropertyConstraintException klassen med standardmeddelande.

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

Gäller för

PropertyConstraintException(String)

Initierar en ny instans av PropertyConstraintException klassen med angivet meddelande.

public:
 PropertyConstraintException(System::String ^ message);
public PropertyConstraintException(string message);
new System.Data.PropertyConstraintException : string -> System.Data.PropertyConstraintException
Public Sub New (message As String)

Parametrar

message
String

Ett lokaliserat felmeddelande.

Gäller för

PropertyConstraintException(String, Exception)

Initierar en ny instans av PropertyConstraintException klassen med angivet meddelande och inre undantag.

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)

Parametrar

message
String

Ett lokaliserat felmeddelande.

innerException
Exception

Det inre undantaget.

Gäller för

PropertyConstraintException(String, String)

Initierar en ny instans av PropertyConstraintException klassen.

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)

Parametrar

message
String

Ett lokaliserat felmeddelande.

propertyName
String

Namnet på egendomen.

Gäller för

PropertyConstraintException(String, String, Exception)

Initierar en ny instans av PropertyConstraintException klassen.

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)

Parametrar

message
String

Ett lokaliserat felmeddelande.

propertyName
String

Namnet på egendomen.

innerException
Exception

Det inre undantaget.

Gäller för