SignedHttpRequestCreationException コンストラクター

定義

オーバーロード

名前 説明
SignedHttpRequestCreationException()

SignedHttpRequestCreationException クラスの新しいインスタンスを初期化します。

SignedHttpRequestCreationException(String)

SignedHttpRequestCreationException クラスの新しいインスタンスを初期化します。

SignedHttpRequestCreationException(SerializationInfo, StreamingContext)

SignedHttpRequestCreationException クラスの新しいインスタンスを初期化します。

SignedHttpRequestCreationException(String, Exception)

SignedHttpRequestCreationException クラスの新しいインスタンスを初期化します。

SignedHttpRequestCreationException()

SignedHttpRequestCreationException クラスの新しいインスタンスを初期化します。

public SignedHttpRequestCreationException();
Public Sub New ()

適用対象

SignedHttpRequestCreationException(String)

SignedHttpRequestCreationException クラスの新しいインスタンスを初期化します。

public SignedHttpRequestCreationException(string message);
new Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException : string -> Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException
Public Sub New (message As String)

パラメーター

message
String

例外に含め、ユーザーに表示される追加情報。

適用対象

SignedHttpRequestCreationException(SerializationInfo, StreamingContext)

SignedHttpRequestCreationException クラスの新しいインスタンスを初期化します。

protected SignedHttpRequestCreationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

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

context
StreamingContext

ソースまたは変換先に関するコンテキスト情報。

適用対象

SignedHttpRequestCreationException(String, Exception)

SignedHttpRequestCreationException クラスの新しいインスタンスを初期化します。

public SignedHttpRequestCreationException(string message, Exception innerException);
new Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException : string * Exception -> Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外に含め、ユーザーに表示される追加情報。

innerException
Exception

例外の根本原因を表す Exception

適用対象