SafeArrayTypeMismatchException クラス
着信 SAFEARRAY の型が、マネージ シグネチャで指定した型と一致しない場合にスローされる例外。
この型のすべてのメンバの一覧については、SafeArrayTypeMismatchException メンバ を参照してください。
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.SafeArrayTypeMismatchException
<Serializable>
Public Class SafeArrayTypeMismatchException Inherits SystemException
[C#]
[Serializable]
public class SafeArrayTypeMismatchException : SystemException
[C++]
[Serializable]
public __gc class SafeArrayTypeMismatchException : public SystemException
[JScript]
public
Serializable
class SafeArrayTypeMismatchException extends SystemException
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
SafeArrayTypeMismatchException は、値 0x80131533 を保持する HRESULT COR_E_SAFEARRAYTYPEMISMATCH を使用します。
必要条件
名前空間: 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 内)
参照
SafeArrayTypeMismatchException メンバ | System.Runtime.InteropServices 名前空間 | Exception | 例外の処理とスロー