CauNodeNotAvailableException Constructor (String, String, ErrorCategory, Exception)

 

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

Syntax

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

Parameters

See Also

CauNodeNotAvailableException Overload
CauNodeNotAvailableException Class
Microsoft.ClusterAwareUpdating Namespace

Return to top