ServiceNotStartedException コンストラクター

定義

ServiceNotStartedException クラスのインスタンスを初期化します。

オーバーロード

ServiceNotStartedException()

ServiceNotStartedException クラスのインスタンスを初期化します。

ServiceNotStartedException(String)

指定されたエラー メッセージで ServiceNotStartedException クラスのインスタンスを初期化します。

ServiceNotStartedException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して、ServiceNotStartedException クラスのインスタンスを初期化します。

ServiceNotStartedException(String, Exception)

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

ServiceNotStartedException()

ServiceNotStartedException クラスのインスタンスを初期化します。

public:
 ServiceNotStartedException();
public ServiceNotStartedException ();
Public Sub New ()

適用対象

ServiceNotStartedException(String)

指定されたエラー メッセージで ServiceNotStartedException クラスのインスタンスを初期化します。

public:
 ServiceNotStartedException(System::String ^ message);
public ServiceNotStartedException (string message);
new System.IdentityModel.Selectors.ServiceNotStartedException : string -> System.IdentityModel.Selectors.ServiceNotStartedException
Public Sub New (message As String)

パラメーター

message
String

エラーを説明するメッセージ。

適用対象

ServiceNotStartedException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して、ServiceNotStartedException クラスのインスタンスを初期化します。

protected:
 ServiceNotStartedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ServiceNotStartedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IdentityModel.Selectors.ServiceNotStartedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IdentityModel.Selectors.ServiceNotStartedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

スローされる例外に関するシリアル化されたオブジェクト データを含む SerializationInfo オブジェクト。

context
StreamingContext

転送元または転送先についてのコンテキスト情報を保持する StreamingContext オブジェクトです。

適用対象

ServiceNotStartedException(String, Exception)

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

public:
 ServiceNotStartedException(System::String ^ message, Exception ^ innerException);
public ServiceNotStartedException (string message, Exception innerException);
new System.IdentityModel.Selectors.ServiceNotStartedException : string * Exception -> System.IdentityModel.Selectors.ServiceNotStartedException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

エラーを説明するメッセージ。

innerException
Exception

現在の例外の原因となった例外。

適用対象