Click or drag to resize

DeviceException Constructor

Overload List
  NameDescription
Public methodDeviceException
Initializes a new instance of the DeviceException class.
Public methodDeviceException(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.
Public methodDeviceException(String, Object)
Initializes a new instance of the DeviceException class with a specified error message.
Public methodDeviceException(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.
Public methodDeviceException(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.
Top
See Also