CauBaseCommand.SafeWriteError Method (String, String, ErrorCategory, Exception)
Namespace: Microsoft.ClusterAwareUpdating.Commands
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
protected void SafeWriteError(
string message,
string errorId,
ErrorCategory errorCategory,
Exception innerException
)
protected:
void SafeWriteError(
String^ message,
String^ errorId,
ErrorCategory errorCategory,
Exception^ innerException
)
member SafeWriteError :
message:string *
errorId:string *
errorCategory:ErrorCategory *
innerException:Exception -> unit
Protected Sub SafeWriteError (
message As String,
errorId As String,
errorCategory As ErrorCategory,
innerException As Exception
)
Parameters
- message
Type: System.String
- errorId
Type: System.String
- errorCategory
Type: System.Management.Automation.ErrorCategory
- innerException
Type: System.Exception
See Also
SafeWriteError Overload
CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace
Return to top