| DeviceException Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | DeviceException | 
            Initializes a new instance of the DeviceException class.
             | 
|  | DeviceException(String, Exception) | 
            Initializes a new instance of the DeviceException class with a specified error message and a reference to the inner exception that is the cause of this exception.
             | 
|  | DeviceException(String, Object) | 
            Initializes a new instance of the DeviceException class with a specified error message.
             | 
|  | DeviceException(Int32, String, Exception) | 
            Initializes a new instance of the DeviceException class with a specified error message and a reference to the inner exception that is the cause of this exception.
             | 
|  | DeviceException(Int32, String, Object) | 
            Initializes a new instance of the DeviceException class with a specified error message and a reference to the inner exception that is the cause of this exception.
             | 
 See Also
See Also