ActivityNotFoundException コンストラクター
ActivityNotFoundException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Workflow.Client
アセンブリ: Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)
オーバーロードの一覧
名前 | 説明 | |
---|---|---|
ActivityNotFoundException() | ActivityNotFoundException クラスの新しいインスタンスを初期化します。 |
|
ActivityNotFoundException(SerializationInfo, StreamingContext) | ActivityNotFoundException クラスの新しいインスタンスを初期化します。 |
|
ActivityNotFoundException(String) | ActivityNotFoundException クラスの新しいインスタンスを初期化します。 |
|
ActivityNotFoundException(String, Exception) | ActivityNotFoundException クラスの新しいインスタンスを初期化します。 |
参照
ActivityNotFoundException クラス
Microsoft.Workflow.Client 名前空間
トップに戻る
ActivityNotFoundException コンストラクター ()
ActivityNotFoundException クラスの新しいインスタンスを初期化します。
構文
public ActivityNotFoundException()
public:
ActivityNotFoundException()
new : unit -> ActivityNotFoundException
Public Sub New
トップに戻る
ActivityNotFoundException コンストラクター (SerializationInfo, StreamingContext)
ActivityNotFoundException クラスの新しいインスタンスを初期化します。
構文
protected ActivityNotFoundException(
SerializationInfo info,
StreamingContext context
)
protected:
ActivityNotFoundException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> ActivityNotFoundException
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
パラメーター
info
Type: System.Runtime.Serialization.SerializationInfoシリアル化情報。
context
Type: System.Runtime.Serialization.StreamingContextストリーミング コンテキスト。
トップに戻る
ActivityNotFoundException コンストラクター (String)
ActivityNotFoundException クラスの新しいインスタンスを初期化します。
構文
public ActivityNotFoundException(
string message
)
public:
ActivityNotFoundException(
String^ message
)
new :
message:string -> ActivityNotFoundException
Public Sub New (
message As String
)
パラメーター
message
Type: System.Stringエラー メッセージです。
トップに戻る
ActivityNotFoundException コンストラクター (String, Exception)
ActivityNotFoundException クラスの新しいインスタンスを初期化します。
構文
public ActivityNotFoundException(
string message,
Exception inner
)
public:
ActivityNotFoundException(
String^ message,
Exception^ inner
)
new :
message:string *
inner:Exception -> ActivityNotFoundException
Public Sub New (
message As String,
inner As Exception
)
パラメーター
message
Type: System.Stringエラー メッセージです。
inner
Type: System.Exception内部の例外。
トップに戻る