次の方法で共有


MarshalDirectiveException クラス

マーシャラが、サポートしていない MarshalAsAttribute を検出した場合にスローする例外。

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

System.Object
   System.Exception
      System.SystemException
         System.Runtime.InteropServices.MarshalDirectiveException

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

スレッドセーフ

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

解説

MarshalDirectiveException は、値 0x80131535 を保持する HRESULT COR_E_MARSHALDIRECTIVE を使用します。

必要条件

名前空間: 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 内)

参照

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