PropertyMappingExceptionEventArgs(Exception, String, Object) Конструктор

Определение

Инициализирует новый экземпляр класса 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)

Параметры

exception
Exception

Исключение Exception, которое необходимо выбросить.

propertyName
String

Имя свойства, с которым связана ошибка сопоставления свойств.

propertyValue
Object

Значение свойства, с которым связана ошибка сопоставления свойств.

Исключения

exception содержит null; propertyName содержит null или указатель на пустую строку.

Применяется к

См. также раздел