Represents COM Interop errors and SEH exceptions.
Object
Exception
SystemException
ExternalException
[Visual Basic] Public Class ExternalException Inherits SystemException [C#] public class ExternalException : SystemException [C++] public __gc class ExternalException : public SystemException [JScript] public class ExternalException extends SystemException
ExternalException is the base class for all COM Interop errors and Structured Exception Handler (SHE) exceptions.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib.dll
ExternalException Members | System.Runtime.InteropServices Namespace