Overload | Description |
---|---|
InternalException Constructor() | Initializes a new instance of an internal error. |
InternalException Constructor(Int32) | Initializes a new instance of an internal error with a given error number. |
InternalException Constructor(String) | Initializes a new instance of an internal error with a given message. |
InternalException Constructor(Int32,String) | Initializes a new instance of an internal error with a given error number and message. |
InternalException Constructor(String,Exception) | Initializes a new instance of an internal error with a given message and inner exception. |