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ükseltilmesi Exception gereken.

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 boş null bir dizeye başvurur.

Şunlara uygulanır

Ayrıca bkz.