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!

SEHException Class

Represents Structured Exception Handler (SEH) errors.

Object
   Exception
      SystemException
         ExternalException
            SEHException

[Visual Basic]
Public Class SEHException
   Inherits ExternalException
[C#]
public class SEHException : ExternalException
[C++]
public __gc class SEHException : public ExternalException
[JScript]
public class SEHException extends ExternalException

Remarks

The SEHException class handles errors from the Structured Exception Handler code.

Requirements

Namespace: System.Runtime.InteropServices

Assembly: mscorlib.dll

See Also

SEHException Members | System.Runtime.InteropServices Namespace