Click or drag to resize
DigitalRuneUIException Constructor
Initializes a new instance of the UIException class.
Overload List
  NameDescription
Public methodUIException
Initializes a new instance of the UIException class.
Public methodUIException(String)
Initializes a new instance of the UIException class with a specified error message.
Protected methodUIException(SerializationInfo, StreamingContext)
Initializes a new instance of the UIException class with serialized data.
Public methodUIException(String, Exception)
Initializes a new instance of the UIException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also