ScopeInactiveException クラス

 

スコープがアクティブでない場合にスローされる例外。

名前空間:   Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll 内)

継承階層

System.Object
  System.Exception
    Microsoft.Workflow.Client.WorkflowManagementException
      Microsoft.Workflow.Client.ScopeInactiveException

構文

[SerializableAttribute]
public class ScopeInactiveException : WorkflowManagementException
[SerializableAttribute]
public ref class ScopeInactiveException : WorkflowManagementException
[<SerializableAttribute>]
type ScopeInactiveException = 
    class
        inherit WorkflowManagementException
    end
<SerializableAttribute>
Public Class ScopeInactiveException
    Inherits WorkflowManagementException

コンストラクター

名前 説明
System_CAPS_pubmethod ScopeInactiveException()

新しいインスタンスを初期化、 ScopeInactiveException 既定値を持つクラス。

System_CAPS_protmethod ScopeInactiveException(SerializationInfo, StreamingContext)

新しいインスタンスを初期化、 ScopeInactiveException シリアル化されたデータ クラスです。

System_CAPS_pubmethod ScopeInactiveException(String)

新しいインスタンスを初期化、 ScopeInactiveException エラー メッセージを使用します。

System_CAPS_pubmethod ScopeInactiveException(String, Exception)

新しいインスタンスを初期化、 ScopeInactiveException クラス エラー メッセージと内部例外を使用します。

プロパティ

名前 説明
System_CAPS_pubproperty Data

(Exception から継承されます。)

System_CAPS_pubproperty HelpLink

(Exception から継承されます。)

System_CAPS_pubproperty HResult

(Exception から継承されます。)

System_CAPS_pubproperty InnerException

(Exception から継承されます。)

System_CAPS_pubproperty Message

(Exception から継承されます。)

System_CAPS_pubproperty ScopePath

取得またはスコープのパスを設定します。

System_CAPS_pubproperty ScopeStatus

取得またはスコープの状態を設定します。

System_CAPS_pubproperty Source

(Exception から継承されます。)

System_CAPS_pubproperty StackTrace

(Exception から継承されます。)

System_CAPS_pubproperty TargetSite

(Exception から継承されます。)

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されます。)

System_CAPS_protmethod Finalize()

(Object から継承されます。)

System_CAPS_pubmethod GetBaseException()

(Exception から継承されます。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されます。)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

この例外に関するシリアル化されたオブジェクト データを取得します。(Exception.GetObjectData(SerializationInfo, StreamingContext) をオーバーライドします。)

System_CAPS_pubmethod GetType()

(Exception から継承されます。)

System_CAPS_protmethod MemberwiseClone()

(Object から継承されます。)

System_CAPS_pubmethod ToString()

(Exception から継承されます。)

イベント

名前 説明
System_CAPS_protevent SerializeObjectState

(Exception から継承されます。)

スレッド セーフ

この型のパブリック static (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

Microsoft.Workflow.Client 名前空間

トップに戻る