CauBaseCommand.SafeWriteError Method (ErrorRecord)

 

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

Syntax

protected void SafeWriteError(
    ErrorRecord er
)
protected:
void SafeWriteError(
    ErrorRecord^ er
)
member SafeWriteError : 
        er:ErrorRecord -> unit
Protected Sub SafeWriteError (
    er As ErrorRecord
)

Parameters

See Also

SafeWriteError Overload
CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top