ExternalException Class
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] public ref class ExternalException : public SystemException
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class ExternalException extends SystemException
SerializableAttribute ComVisibleAttribute(true) public class ExternalException extends SystemException
Not applicable.
To enhance interoperability between legacy systems and the common language runtime, the ErrorCode property stores an integer value (HRESULT) that identifies the error. User defined exceptions should never derive from ExternalException, and an ExternalException should never be thrown by user code. Use the specific exceptions that derive from ExternalException instead.
ExternalException uses the HRESULT E_FAIL which has the value 0x80004005.
ExternalException uses the default Equals implementation, which supports reference equality.
For a list of initial values for an instance of ExternalException, see the ExternalException constructors.
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
Derived Classes
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.