MarshalDirectiveExceptionとは? わかりやすく解説

MarshalDirectiveException クラス

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

名前空間: System.Runtime.InteropServices
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public Class MarshalDirectiveException
    Inherits SystemException
Dim instance As MarshalDirectiveException
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public class MarshalDirectiveException : SystemException
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public ref class MarshalDirectiveException
 : public SystemException
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
public class MarshalDirectiveException extends
 SystemException
SerializableAttribute 
ComVisibleAttribute(true) 
public class MarshalDirectiveException extends
 SystemException
解説解説

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

継承階層継承階層
System.Object
   System.Exception
     System.SystemException
      System.Runtime.InteropServices.MarshalDirectiveException
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
MarshalDirectiveException メンバ
System.Runtime.InteropServices 名前空間
Exception
その他の技術情報
例外の処理とスロー

MarshalDirectiveException コンストラクタ ()

MarshalDirectiveException クラス新しインスタンス既定プロパティ使用して初期化します。

名前空間: System.Runtime.InteropServices
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Dim instance As New MarshalDirectiveException
public MarshalDirectiveException ()
public:
MarshalDirectiveException ()
public MarshalDirectiveException ()
public function MarshalDirectiveException ()
解説解説

MarshalDirectiveExceptionインスタンス初期プロパティ値を次の表に示します

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
MarshalDirectiveException クラス
MarshalDirectiveException メンバ
System.Runtime.InteropServices 名前空間

MarshalDirectiveException コンストラクタ (SerializationInfo, StreamingContext)

シリアル化データから、MarshalDirectiveException クラス新しインスタンス初期化します。

名前空間: System.Runtime.InteropServices
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New MarshalDirectiveException(info,
 context)
protected MarshalDirectiveException (
    SerializationInfo info,
    StreamingContext context
)
protected:
MarshalDirectiveException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected MarshalDirectiveException (
    SerializationInfo info, 
    StreamingContext context
)
protected function MarshalDirectiveException
 (
    info : SerializationInfo, 
    context : StreamingContext
)

パラメータ

info

シリアル化されたオブジェクト データ保持するオブジェクト

context

転送元または転送先に関すコンテキスト情報

例外例外
例外種類条件

ArgumentNullException

infonull 参照 (Visual Basic では Nothing) です。

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
MarshalDirectiveException クラス
MarshalDirectiveException メンバ
System.Runtime.InteropServices 名前空間

MarshalDirectiveException コンストラクタ (String, Exception)

指定したエラー メッセージと、この例外原因である内部例外への参照使用して、MarshalDirectiveException クラス新しインスタンス初期化します。

名前空間: System.Runtime.InteropServices
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

解説解説

前の例外直接結果としてスローされる例外については、InnerException プロパティに、前の例外への参照格納されます。InnerException プロパティは、コンストラクタ渡されたものと同じ値を返しますInnerException プロパティによって内部例外値がコンストラクタ渡されなかった場合は、null 参照 (Visual Basic では Nothing) を返します

MarshalDirectiveExceptionインスタンス初期プロパティ値を次の表に示します

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
MarshalDirectiveException クラス
MarshalDirectiveException メンバ
System.Runtime.InteropServices 名前空間
Exception
その他の技術情報
例外の処理とスロー

MarshalDirectiveException コンストラクタ (String)

エラー メッセージ指定してMarshalDirectiveException クラス新しインスタンス初期化します。

名前空間: System.Runtime.InteropServices
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Dim message As String

Dim instance As New MarshalDirectiveException(message)
public MarshalDirectiveException (
    string message
)
public:
MarshalDirectiveException (
    String^ message
)
public MarshalDirectiveException (
    String message
)
public function MarshalDirectiveException (
    message : String
)

パラメータ

message

例外原因指定するエラー メッセージ

解説解説

MarshalDirectiveExceptionインスタンス初期プロパティ値を次の表に示します

プロパティ

InnerException

null 参照 (Visual Basic では Nothing).

Message

message

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
MarshalDirectiveException クラス
MarshalDirectiveException メンバ
System.Runtime.InteropServices 名前空間

MarshalDirectiveException コンストラクタ

MarshalDirectiveException クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
MarshalDirectiveException () MarshalDirectiveException クラス新しインスタンス既定プロパティ使用して初期化します。

.NET Compact Framework によってサポートされています。

MarshalDirectiveException (String) エラー メッセージ指定してMarshalDirectiveException クラス新しインスタンス初期化します。

.NET Compact Framework によってサポートされています。

MarshalDirectiveException (SerializationInfo, StreamingContext) シリアル化データから、MarshalDirectiveException クラス新しインスタンス初期化します。
MarshalDirectiveException (String, Exception) 指定したエラー メッセージと、この例外原因である内部例外への参照使用して、MarshalDirectiveException クラス新しインスタンス初期化します。

.NET Compact Framework によってサポートされています。

参照参照

関連項目

MarshalDirectiveException クラス
MarshalDirectiveException メンバ
System.Runtime.InteropServices 名前空間

MarshalDirectiveException プロパティ


パブリック プロパティパブリック プロパティ

プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ HResult  特定の例外割り当てられているコード化数値である HRESULT を取得または設定します。 ( Exception から継承されます。)
参照参照

関連項目

MarshalDirectiveException クラス
System.Runtime.InteropServices 名前空間
Exception

その他の技術情報

例外の処理とスロー

MarshalDirectiveException メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

MarshalDirectiveException クラス
System.Runtime.InteropServices 名前空間
Exception

その他の技術情報

例外の処理とスロー

MarshalDirectiveException メンバ

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

MarshalDirectiveException データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
プロテクト コンストラクタプロテクト コンストラクタ
  名前 説明
プロテクト メソッド MarshalDirectiveException オーバーロードされますMarshalDirectiveException クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ HResult  特定の例外割り当てられているコード化数値である HRESULT を取得または設定します。(Exception から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

MarshalDirectiveException クラス
System.Runtime.InteropServices 名前空間
Exception

その他の技術情報

例外の処理とスロー



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「MarshalDirectiveException」の関連用語

MarshalDirectiveExceptionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



MarshalDirectiveExceptionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS