Click or drag to resize
IoChangeException Class
Thrown when an IO setting has been changed at an unsupported time.
Inheritance Hierarchy
SystemObject
  SystemException
    Microsoft.IoT.DeviceHelpersIoChangeException

Namespace: Microsoft.IoT.DeviceHelpers
Assembly: Microsoft.IoT.DeviceHelpers (in Microsoft.IoT.DeviceHelpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class IoChangeException : Exception

The IoChangeException type exposes the following members.

Constructors
  NameDescription
Public methodIoChangeException
Initializes a new IoChangeException with the default message.
Public methodIoChangeException(String)
Initializes a new IoChangeException with a custom message.
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
See Also