Click or drag to resize

PropertyNotImplementedException Constructor

Overload List
 NameDescription
Public methodPropertyNotImplementedException Create a new exception
Public methodPropertyNotImplementedException(String) Create a new exception
Public methodPropertyNotImplementedException(String, Boolean) Create a new exception object and identify the specified driver property and accessor as the source.
Public methodPropertyNotImplementedException(String, Exception) Create a new exception
Public methodPropertyNotImplementedException(String, String) Create a new exception with the supplied message
Public methodPropertyNotImplementedException(String, Boolean, Exception) Create a new exception object and identify the specified driver property as the source, and include an inner exception object containing a caught exception.
Public methodPropertyNotImplementedException(String, Boolean, String) Create a new exception with the supplied message
Top
See Also