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