CauBaseCommand.WriteError Method (ClusterUpdateException)

 

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

Syntax

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

Parameters

See Also

WriteError Overload
CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top