Compartir a través de


PropertyMappingExceptionEventArgs(Exception, String, Object) Constructor

Definición

Inicializa una nueva instancia de la clase PropertyMappingExceptionEventArgs.

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)

Parámetros

exception
Exception

Exception que se va a iniciar.

propertyName
String

El nombre de la propiedad asociada al error de asignación de propiedad.

propertyValue
Object

El valor de la propiedad asociada al error de asignación de propiedad.

Excepciones

exception es null; propertyName es null o hace referencia a una cadena vacía.

Se aplica a

Consulte también