CauBaseCommand.WriteError Method (ErrorRecord)

 

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

Syntax

public void WriteError(
    ErrorRecord er
)
public:
void WriteError(
    ErrorRecord^ er
)
member WriteError : 
        er:ErrorRecord -> unit
Public Sub WriteError (
    er As ErrorRecord
)

Parameters

See Also

WriteError Overload
CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top