CauBaseCommand.WriteErrorsForAggregateException Method (AggregateException, String)

 

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

Syntax

protected void WriteErrorsForAggregateException(
    AggregateException ae,
    string errorId
)
protected:
void WriteErrorsForAggregateException(
    AggregateException^ ae,
    String^ errorId
)
member WriteErrorsForAggregateException : 
        ae:AggregateException *
        errorId:string -> unit
Protected Sub WriteErrorsForAggregateException (
    ae As AggregateException,
    errorId As String
)

Parameters

See Also

CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top