ScopeInactiveException Constructor (String)

Initializes a new instance of the ScopeInactiveException class with error message.

Namespace:  Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String 

Dim instance As New ScopeInactiveException(message)
public ScopeInactiveException(
    string message
)
public:
ScopeInactiveException(
    String^ message
)
new : 
        message:string -> ScopeInactiveException
public function ScopeInactiveException(
    message : String
)

Parameters

  • message
    Type: System.String
    The message that describes the error.

See Also

Reference

ScopeInactiveException Class

ScopeInactiveException Overload

Microsoft.Workflow.Client Namespace