UIException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the UIException class.
Overload List
Name | Description | |
---|---|---|
![]() |
UIException() | Initializes a new instance of the UIException class. |
![]() |
UIException(String) | Initializes a new instance of the UIException class with a specified error message. |
![]() |
UIException(SerializationInfo, StreamingContext) | Initializes a new instance of the UIException class with serialized data. |
![]() |
UIException(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