WorkflowService.IsCriticalException Method (Exception)

 

Determines whether 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 bool IsCriticalException(
    Exception exception
)
public:
static bool IsCriticalException(
    Exception^ exception
)
static member IsCriticalException : 
        exception:Exception -> bool
Public Shared Function IsCriticalException (
    exception As Exception
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if the specified exception indicates a critical application or system problem; otherwise, false.

See Also

WorkflowService Class
Microsoft.MasterDataServices.Workflow Namespace

Return to top