Aracılığıyla paylaş


PropertyMappingExceptionEventArgs(Exception, String, Object) Oluşturucu

Tanım

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

public:
 PropertyMappingExceptionEventArgs(Exception ^ exception, System::String ^ propertyName, System::Object ^ propertyValue);
public PropertyMappingExceptionEventArgs (Exception exception, string propertyName, object propertyValue);
new System.Windows.Forms.Integration.PropertyMappingExceptionEventArgs : Exception * string * obj -> System.Windows.Forms.Integration.PropertyMappingExceptionEventArgs
Public Sub New (exception As Exception, propertyName As String, propertyValue As Object)

Parametreler

exception
Exception

Yükseltecek Exception olan.

propertyName
String

Özellik eşleme hatasıyla ilişkili özelliğin adı.

propertyValue
Object

Özellik eşleme hatasıyla ilişkili özelliğin değeri.

Özel durumlar

exception is null; propertyName veya null boş bir dizeye başvuruyor.

Şunlara uygulanır

Ayrıca bkz.