ExternalException Constructor
.NET Framework (current version)
Initializes a new instance of the ExternalException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ExternalException() | Initializes a new instance of the ExternalException class with default properties. |
![]() | ExternalException(SerializationInfo, StreamingContext) | Initializes a new instance of the ExternalException class from serialization data. |
![]() | ExternalException(String) | Initializes a new instance of the ExternalException class with a specified error message. |
![]() | ExternalException(String, Exception) | Initializes a new instance of the ExternalException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() | ExternalException(String, Int32) | Initializes a new instance of the ExternalException class with a specified error message and the HRESULT of the error. |
Show:

