Click or drag to resize

UnsupportedCapabilityException Constructor

Overload List
  NameDescription
Public methodUnsupportedCapabilityException
An exception caused when a capability or property not supported by the device is accessed.
Public methodUnsupportedCapabilityException(String)
Creates an instance of UnsupportedCapabilityException specifying message.
Public methodUnsupportedCapabilityException(DeviceCapability)
Creates an instance of UnsupportedCapabilityException specifying capability.
Protected methodUnsupportedCapabilityException(SerializationInfo, StreamingContext)
Creates an instance of UnsupportedCapabilityException from serialized information.
Public methodUnsupportedCapabilityException(String, Exception)
Creates an instance of UnsupportedCapabilityException specifying message and baseException.
Public methodUnsupportedCapabilityException(DeviceCapability, String)
Creates an instance of UnsupportedCapabilityException specifying capability and message.
Top
See Also