Aracılığıyla paylaş


PropertyConstraintException Oluşturucular

Tanım

PropertyConstraintException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

PropertyConstraintException()

Sınıfın PropertyConstraintException yeni bir örneğini varsayılan iletiyle başlatır.

PropertyConstraintException(String)

Sağlanan iletiyle sınıfının yeni bir örneğini PropertyConstraintException başlatır.

PropertyConstraintException(String, Exception)

Sağlanan ileti ve iç özel durum ile sınıfının yeni bir örneğini PropertyConstraintException başlatır.

PropertyConstraintException(String, String)

PropertyConstraintException sınıfının yeni bir örneğini başlatır.

PropertyConstraintException(String, String, Exception)

PropertyConstraintException sınıfının yeni bir örneğini başlatır.

PropertyConstraintException()

Sınıfın PropertyConstraintException yeni bir örneğini varsayılan iletiyle başlatır.

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

Şunlara uygulanır

PropertyConstraintException(String)

Sağlanan iletiyle sınıfının yeni bir örneğini PropertyConstraintException başlatır.

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

Parametreler

message
String

Yerelleştirilmiş bir hata iletisi.

Şunlara uygulanır

PropertyConstraintException(String, Exception)

Sağlanan ileti ve iç özel durum ile sınıfının yeni bir örneğini PropertyConstraintException başlatır.

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)

Parametreler

message
String

Yerelleştirilmiş bir hata iletisi.

innerException
Exception

İç özel durum.

Şunlara uygulanır

PropertyConstraintException(String, String)

PropertyConstraintException sınıfının yeni bir örneğini başlatır.

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)

Parametreler

message
String

Yerelleştirilmiş bir hata iletisi.

propertyName
String

Özelliğin adı.

Şunlara uygulanır

PropertyConstraintException(String, String, Exception)

PropertyConstraintException sınıfının yeni bir örneğini başlatır.

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)

Parametreler

message
String

Yerelleştirilmiş bir hata iletisi.

propertyName
String

Özelliğin adı.

innerException
Exception

İç özel durum.

Şunlara uygulanır