共用方式為


PropertyTypeMismatchException 建構

Initializes a new instance of the PropertyTypeMismatchException class.

多載清單 

  名稱 描述
公用方法 PropertyTypeMismatchException() () () () Initializes a new instance of the PropertyTypeMismatchException class.
公用方法 PropertyTypeMismatchException(String) Initializes a new instance of the PropertyTypeMismatchException class with the specified message.
公用方法 PropertyTypeMismatchException(String, Exception) Initializes a new instance of the PropertyTypeMismatchException class with the specified message and specified inner exception.
公用方法 PropertyTypeMismatchException(String, String, String) Initializes a new instance of the PropertyTypeMismatchException class for the specified property, and specified received type and expected type.

頂端