| Overload | Description |
|---|---|
| UAServiceException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |
| UAServiceException Constructor(UAServiceResult,Exception) | Initializes a new instance of the class from a service result, a corresponding original exception message, and an inner exception. |
| UAServiceException Constructor() | Initializes a new instance of the class with default data. |
| UAServiceException Constructor(Exception,String,IDictionary,String,String,String,UAServiceResult) | Initializes a new instance of the class with complete exception information. |
| UAServiceException Constructor(String) | Initializes a new instance of the class with a specified error message. |
| UAServiceException Constructor(UAServiceResult) | Initializes a new instance of the class from an OPC UA service result. |