WorkflowService.RethrowCriticalException Method (Exception)

 

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

public static void RethrowCriticalException(
    Exception exception
)
public:
static void RethrowCriticalException(
    Exception^ exception
)
static member RethrowCriticalException : 
        exception:Exception -> unit
Public Shared Sub RethrowCriticalException (
    exception As Exception
)

Parameters

See Also

WorkflowService Class
Microsoft.MasterDataServices.Workflow Namespace

Return to top