Overload | Description |
---|---|
UAResultException Constructor() | Initializes a new instance of the class with default data. |
UAResultException Constructor(String) | Initializes a new instance of the class, specifying the message. |
UAResultException Constructor(String,Exception) | Initializes a new instance of the class, specifying the message, and inner exception. |
UAResultException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |