The base exception type for all COM interop exceptions and structured exception handling (SEH) exceptions.
<SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class ExternalException _ Inherits SystemException
Dim instance As ExternalException
[SerializableAttribute] [ComVisibleAttribute(true)] public class ExternalException : SystemException
[SerializableAttribute] [ComVisibleAttribute(true)] public ref class ExternalException : public SystemException
public class ExternalException extends SystemException
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune