PropertyMappingExceptionEventArgs(Exception, String, Object) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
- 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.