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
- message
Type: System.String
- errorId
Type: System.String
See Also
ClusterUpdateException Overload
ClusterUpdateException Class
Microsoft.ClusterAwareUpdating Namespace
Return to top