[SerializableAttribute]
public class PropertyNotImplementedException : NotImplementedException<SerializableAttribute>
Public Class PropertyNotImplementedException
Inherits NotImplementedException[SerializableAttribute]
public ref class PropertyNotImplementedException : public NotImplementedExceptionIf you need to throw this error as a COM exception use the error number: 0x80040400.
| PropertyNotImplementedException | Create a new exception |
| PropertyNotImplementedException(String) | Create a new exception |
| PropertyNotImplementedException(String, Boolean) | Create a new exception object and identify the specified driver property and accessor as the source. |
| PropertyNotImplementedException(String, Exception) | Create a new exception |
| PropertyNotImplementedException(String, String) | Create a new exception with the supplied message |
| PropertyNotImplementedException(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. |
| PropertyNotImplementedException(String, Boolean, String) | Create a new exception with the supplied message |
| AccessorSet | True if the 'set' accessor is not implemented, else false |
| Number |
The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException) |
| Property | The property that is not implemented |
| PropertyOrMethod |
The property/accessor or method that is not implemented
(Inherited from NotImplementedException) |