OMLogger.Error Method (String)
Logs an error event with the specified error message.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static void Error(
string errorMessage
)
public:
static void Error(
String^ errorMessage
)
Public Shared Sub Error (
errorMessage As String
)
Parameters
errorMessage
Type: System.StringThe error message.
See Also
Error Overload
OMLogger Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top