ClusterUpdateException Constructor (String, String, ErrorCategory)

 

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

Syntax

public ClusterUpdateException(
    string message,
    string errorId,
    ErrorCategory ec
)
public:
ClusterUpdateException(
    String^ message,
    String^ errorId,
    ErrorCategory ec
)
new : 
        message:string *
        errorId:string *
        ec:ErrorCategory -> ClusterUpdateException
Public Sub New (
    message As String,
    errorId As String,
    ec As ErrorCategory
)

Parameters

See Also

ClusterUpdateException Overload
ClusterUpdateException Class
Microsoft.ClusterAwareUpdating Namespace

Return to top