CauBaseCommand.ThrowTerminatingError Method (ClusterUpdateException)

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

protected void ThrowTerminatingError(
    ClusterUpdateException cue
)
protected:
void ThrowTerminatingError(
    ClusterUpdateException^ cue
)
member ThrowTerminatingError : 
        cue:ClusterUpdateException -> unit
Protected Sub ThrowTerminatingError (
    cue As ClusterUpdateException
)

Parameters

See Also

ThrowTerminatingError Overload
CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top