Initializes a new instance of the ExternalException class.
[Visual Basic] Overloads Public Sub New() [C#] public ExternalException(); [C++] public: ExternalException(); [JScript] public function ExternalException();
ExternalException inherits from the Exception class. This constructor sets the properties of the Exception object as follows:
Property Type | Condition |
---|---|
InnerException | a null reference (in Visual Basic Nothing). |
Message | The empty string. |
ExternalException Class | ExternalException Members | System.Runtime.InteropServices Namespace | ExternalException Constructor Overload List