WorkflowService.RethrowCriticalException Method

Rethrows the exception if the specified exception indicates a critical application or system problem that should not be ignored or suppressed because its occurrence may leave the application or system is in an indeterminate state.

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

Syntax

'Declaration
Public Shared Sub RethrowCriticalException ( _
    exception As Exception _
)
'Usage
Dim exception As Exception 

WorkflowService.RethrowCriticalException(exception)
public static void RethrowCriticalException(
    Exception exception
)
public:
static void RethrowCriticalException(
    Exception^ exception
)
static member RethrowCriticalException : 
        exception:Exception -> unit
public static function RethrowCriticalException(
    exception : Exception
)

Parameters

See Also

Reference

WorkflowService Class

Microsoft.MasterDataServices.Workflow Namespace