ClusterUpdateException Constructor (String, ErrorRecord)

 

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

Syntax

public ClusterUpdateException(
    string message,
    ErrorRecord er
)
public:
ClusterUpdateException(
    String^ message,
    ErrorRecord^ er
)
new : 
        message:string *
        er:ErrorRecord -> ClusterUpdateException
Public Sub New (
    message As String,
    er As ErrorRecord
)

Parameters

See Also

ClusterUpdateException Overload
ClusterUpdateException Class
Microsoft.ClusterAwareUpdating Namespace

Return to top