PropertyMappingExceptionEventArgs(Exception, String, Object) Konstruktor

Definition

Initierar en ny instans av PropertyMappingExceptionEventArgs klassen.

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)

Parametrar

exception
Exception

Att Exception höja.

propertyName
String

Namnet på egenskapen som är associerad med egenskapsmappningsfelet.

propertyValue
Object

Värdet för egenskapen som är associerad med egenskapsmappningsfelet.

Undantag

exception är null; propertyName är null eller refererar till en tom sträng.

Gäller för

Se även