UnsupportedCapabilityException Constructor |
| Name | Description | |
|---|---|---|
| UnsupportedCapabilityException | An exception caused when a capability or property not supported by the device is accessed. | |
| UnsupportedCapabilityException(String) | Creates an instance of UnsupportedCapabilityException specifying message. | |
| UnsupportedCapabilityException(DeviceCapability) | Creates an instance of UnsupportedCapabilityException specifying capability. | |
| UnsupportedCapabilityException(SerializationInfo, StreamingContext) | Creates an instance of UnsupportedCapabilityException from serialized information. | |
| UnsupportedCapabilityException(String, Exception) | Creates an instance of UnsupportedCapabilityException specifying message and baseException. | |
| UnsupportedCapabilityException(DeviceCapability, String) | Creates an instance of UnsupportedCapabilityException specifying capability and message. |