言語

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

現在の例外の原因である例外。

適用対象