Compartilhar via


PropertyMappingExceptionEventArgs(Exception, String, Object) Construtor

Definição

Inicializa uma nova instância da classe 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

A Exception a ser gerada.

propertyName
String

O nome da propriedade associada ao erro de mapeamento de propriedade.

propertyValue
Object

O valor da propriedade associada ao erro de mapeamento de propriedade.

Exceções

exception é null; propertyName é null ou se refere a uma cadeia de caracteres vazia.

Aplica-se a

Confira também