PropertyMappingExceptionEventArgs(Exception, String, Object) Constructor

Definition

Initializes a new instance of the PropertyMappingExceptionEventArgs class.

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

The Exception to raise.

propertyName
String

The name of the property associated with the property-mapping error.

propertyValue
Object

The value of the property associated with the property-mapping error.

Exceptions

exception is null; propertyName is null or refers to an empty string.

Applies to

See also