CauNodeNotAvailableException Constructor (String, String, ErrorCategory)

 

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

Syntax

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

Parameters

See Also

CauNodeNotAvailableException Overload
CauNodeNotAvailableException Class
Microsoft.ClusterAwareUpdating Namespace

Return to top