ScopeInactiveException コンストラクター
ScopeInactiveException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Workflow.Client
アセンブリ: Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)
オーバーロードの一覧
名前 | 説明 | |
---|---|---|
ScopeInactiveException() | 既定値を使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。 |
|
ScopeInactiveException(SerializationInfo, StreamingContext) | シリアル化されたデータを使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。 |
|
ScopeInactiveException(String) | エラーメッセージを使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。 |
|
ScopeInactiveException(String, Exception) | エラー メッセージと内部例外を使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。 |
参照
ScopeInactiveException クラス
Microsoft.Workflow.Client 名前空間
トップに戻る
ScopeInactiveException コンストラクター ()
既定値を使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。
構文
public ScopeInactiveException()
public:
ScopeInactiveException()
new : unit -> ScopeInactiveException
Public Sub New
トップに戻る
ScopeInactiveException コンストラクター (SerializationInfo, StreamingContext)
シリアル化されたデータを使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。
構文
protected ScopeInactiveException(
SerializationInfo info,
StreamingContext context
)
protected:
ScopeInactiveException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> ScopeInactiveException
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
パラメーター
info
Type: System.Runtime.Serialization.SerializationInfo例外に関するシリアル化された情報を含むオブジェクト。
context
Type: System.Runtime.Serialization.StreamingContext発信元または宛先についてのコンテキスト情報です。
トップに戻る
ScopeInactiveException コンストラクター (String)
エラーメッセージを使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。
構文
public ScopeInactiveException(
string message
)
public:
ScopeInactiveException(
String^ message
)
new :
message:string -> ScopeInactiveException
Public Sub New (
message As String
)
パラメーター
message
Type: System.Stringエラーについて説明するメッセージ。
トップに戻る
ScopeInactiveException コンストラクター (String, Exception)
エラー メッセージと内部例外を使用して ScopeInactiveException クラスの新しいインスタンスを初期化します。
構文
public ScopeInactiveException(
string message,
Exception inner
)
public:
ScopeInactiveException(
String^ message,
Exception^ inner
)
new :
message:string *
inner:Exception -> ScopeInactiveException
Public Sub New (
message As String,
inner As Exception
)
パラメーター
message
Type: System.Stringエラーについて説明するメッセージ。
inner
Type: System.Exception現在の例外の原因である内部例外。
トップに戻る