PropertyMappingExceptionEventArgs(Exception, String, Object) Constructor

Definitie

Initialiseert een nieuw exemplaar van de PropertyMappingExceptionEventArgs klasse.

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)

Parameters

exception
Exception

De Exception te verhogen.

propertyName
String

De naam van de eigenschap die is gekoppeld aan de eigenschapstoewijzingsfout.

propertyValue
Object

De waarde van de eigenschap die is gekoppeld aan de eigenschapstoewijzingsfout.

Uitzonderingen

exception is null; propertyName is null of verwijst naar een lege tekenreeks.

Van toepassing op

Zie ook