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

que Exception se va a generar.

propertyName
String

Nombre de la propiedad asociada al error de asignación de propiedades.

propertyValue
Object

Valor de la propiedad asociada al error de asignación de propiedades.

Excepciones

exceptiones ; propertyName es nullnullo hace referencia a una cadena vacía.

Se aplica a

Consulte también