The DeviceException type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateIOException(Device, String) |
Initializes a new instance of the IOException class, and associates a Device with it.
| |
CreateIOException(Device, String, Int32) |
Initializes a new instance of the IOException class, and associates a Device with it.
| |
CreateUnauthorizedAccessException |
Initializes a new instance of the UnauthorizedAccessException class, and associates a Device with it.
| |
GetDevice |
Gets the Device associated with the exception, if any.
|
See Also