NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ExternalException Class

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

Remarks

ExternalException is the base class for all COM Interop errors and Structured Exception Handler (SHE) exceptions.

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

ExternalException Members | System.Runtime.InteropServices Namespace