Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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