ErrorCodeException Class |
Namespace: SoftGear.Strix.Unity.Runtime.Error
public class ErrorCodeException : Exception
The ErrorCodeException type exposes the following members.
Name | Description | |
---|---|---|
ErrorCodeException(Int32) | Initializes a new instance of the ErrorCodeException class | |
ErrorCodeException(Int32, String) | Initializes a new instance of the ErrorCodeException class | |
ErrorCodeException(SerializationInfo, StreamingContext) | Initializes a new instance of the ErrorCodeException class | |
ErrorCodeException(Int32, String, Exception) | Initializes a new instance of the ErrorCodeException class |
Name | Description | |
---|---|---|
errorCode |
Error code
| |
Message |
Error code combined with the error name in string format.
(Overrides ExceptionMessage.) |