次の方法で共有


SEHException クラス

構造化例外ハンドラ (SEH: Structured Exception Handler) エラーを表します。

この型のすべてのメンバの一覧については、SEHException メンバ を参照してください。

System.Object
   System.Exception
      System.SystemException
         System.Runtime.InteropServices.ExternalException
            System.Runtime.InteropServices.SEHException

<Serializable>
Public Class SEHException   Inherits ExternalException
[C#]
[Serializable]
public class SEHException : ExternalException
[C++]
[Serializable]
public __gc class SEHException : public ExternalException
[JScript]
public
   Serializable
class SEHException extends ExternalException

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

SEHException クラスは、SEH コードからのエラーを処理します。

SEHException は、0x80004005 の値を持つ HRESULT E_FAIL を使用します。

必要条件

名前空間: System.Runtime.InteropServices

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: Mscorlib (Mscorlib.dll 内)

参照

SEHException メンバ | System.Runtime.InteropServices 名前空間 | Exception | 例外の処理とスロー