HostProtectionException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HostProtectionException クラスの新しいインスタンスを初期化します。
オーバーロード
HostProtectionException() |
HostProtectionException クラスの新しいインスタンスを既定値で初期化します。 |
HostProtectionException(String) |
指定したエラー メッセージを使用して、HostProtectionException クラスの新しいインスタンスを初期化します。 |
HostProtectionException(SerializationInfo, StreamingContext) |
古い.
指定されたシリアル化情報とストリーム コンテキストを使用して、HostProtectionException クラスの新しいインスタンスを初期化します。 |
HostProtectionException(String, Exception) |
指定したエラー メッセージおよびこの例外の原因となった内部例外への参照を使用して、HostProtectionException クラスの新しいインスタンスを初期化します。 |
HostProtectionException(String, HostProtectionResource, HostProtectionResource) |
指定したエラー メッセージ、保護されるホスト リソース、および例外がスローされる原因となったホスト リソースを使用して、HostProtectionException クラスの新しいインスタンスを初期化します。 |
HostProtectionException()
HostProtectionException クラスの新しいインスタンスを既定値で初期化します。
public:
HostProtectionException();
public HostProtectionException ();
Public Sub New ()
注釈
HostProtectionException クラスのインスタンスの初期プロパティ値を次の表に示します。
プロパティ | 値 |
---|---|
ProtectedResources | HostProtectionResource.None |
DemandedResources | HostProtectionResource.None |
適用対象
HostProtectionException(String)
指定したエラー メッセージを使用して、HostProtectionException クラスの新しいインスタンスを初期化します。
public:
HostProtectionException(System::String ^ message);
public HostProtectionException (string message);
new System.Security.HostProtectionException : string -> System.Security.HostProtectionException
Public Sub New (message As String)
パラメーター
- message
- String
エラーを説明するメッセージ。
注釈
パラメーターの内容は message
、ユーザーが理解できる必要があります。 このコンストラクターの呼び出し元は、この文字列が現在のシステム環境向けにローカライズされていることを確認する必要があります。
適用対象
HostProtectionException(SerializationInfo, StreamingContext)
注意事項
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
指定されたシリアル化情報とストリーム コンテキストを使用して、HostProtectionException クラスの新しいインスタンスを初期化します。
protected:
HostProtectionException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected HostProtectionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected HostProtectionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Security.HostProtectionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Security.HostProtectionException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Security.HostProtectionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Security.HostProtectionException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
シリアル化されたオブジェクト データを保持するオブジェクト。
- context
- StreamingContext
転送元または転送先に関するコンテキスト情報。
- 属性
例外
info
が null
です。
注釈
このコンストラクターは、逆シリアル化中に、ストリームを介して送信された例外オブジェクトを再構築するために呼び出されます。
適用対象
HostProtectionException(String, Exception)
指定したエラー メッセージおよびこの例外の原因となった内部例外への参照を使用して、HostProtectionException クラスの新しいインスタンスを初期化します。
public:
HostProtectionException(System::String ^ message, Exception ^ e);
public HostProtectionException (string message, Exception e);
new System.Security.HostProtectionException : string * Exception -> System.Security.HostProtectionException
Public Sub New (message As String, e As Exception)
パラメーター
- message
- String
例外の原因を説明するエラー メッセージ。
現在の例外の原因となった例外。
innerException
パラメーターが null
でない場合は、内部例外を処理する catch
ブロックで現在の例外が発生します。
注釈
前の例外の直接の結果としてスローされる例外は、InnerException プロパティに前の例外への参照を含んでいる場合があります。
InnerException プロパティは、コンストラクターに渡されるのと同じ値を返します。または、InnerException プロパティがコンストラクターに内部例外値を提供しない場合には null
を返します。
適用対象
HostProtectionException(String, HostProtectionResource, HostProtectionResource)
指定したエラー メッセージ、保護されるホスト リソース、および例外がスローされる原因となったホスト リソースを使用して、HostProtectionException クラスの新しいインスタンスを初期化します。
public:
HostProtectionException(System::String ^ message, System::Security::Permissions::HostProtectionResource protectedResources, System::Security::Permissions::HostProtectionResource demandedResources);
public HostProtectionException (string message, System.Security.Permissions.HostProtectionResource protectedResources, System.Security.Permissions.HostProtectionResource demandedResources);
new System.Security.HostProtectionException : string * System.Security.Permissions.HostProtectionResource * System.Security.Permissions.HostProtectionResource -> System.Security.HostProtectionException
Public Sub New (message As String, protectedResources As HostProtectionResource, demandedResources As HostProtectionResource)
パラメーター
- message
- String
例外の原因を説明するエラー メッセージ。
- protectedResources
- HostProtectionResource
部分的に信頼されたコードにアクセスできないホスト リソースを指定する列挙値のビットごとの組み合わせ。
- demandedResources
- HostProtectionResource
要求されるホスト リソースを指定する列挙値のビットごとの組み合わせ。
注釈
パラメーターは demandedResources
、例外がスローされる原因となった要求されたホスト保護カテゴリを指定します。 たとえば、メソッドに、メソッドが共有状態を HostProtectionAttribute 公開することを示す属性があるとします。 メソッドが呼び出されると、 HostProtectionAttribute は共有状態のリンク要求を実行します。 ホストが共有状態を禁止カテゴリとして設定している場合、 HostProtectionException は プロパティ値 HostProtectionResource.SharedStateで発生demandedResources
します。
適用対象
.NET