WorkflowAuthorizationException Constructor (String^, Exception^)

 

Initializes a new instance of the WorkflowAuthorizationException class by using the specified message and Exception.

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
WorkflowAuthorizationException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

The error message that explains the reason for the exception.

innerException
Type: System::Exception^

The Exception that caused the WorkflowAuthorizationException.

.NET Framework
Available since 3.0
Return to top
Show: