Compartir a través de


PropertyTypeMismatchException Constructor

Initializes a new instance of the PropertyTypeMismatchException class.

Lista de sobrecargas

  Nombre Descripción
Método publico PropertyTypeMismatchException() () () () Initializes a new instance of the PropertyTypeMismatchException class.
Método publico PropertyTypeMismatchException(String) Initializes a new instance of the PropertyTypeMismatchException class with the specified message.
Método publico PropertyTypeMismatchException(String, Exception) Initializes a new instance of the PropertyTypeMismatchException class with the specified message and specified inner exception.
Método publico PropertyTypeMismatchException(String, String, String) Initializes a new instance of the PropertyTypeMismatchException class for the specified property, and specified received type and expected type.

Principio