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 format and arguments.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static void Error(
string format,
params object[] args
)
public:
static void Error(
String^ format,
... array<Object^>^ args
)
Public Shared Sub Error (
format As String,
ParamArray args As Object()
)
Parameters
format
Type: System.StringThe format of the error message.
args
Type: System.Object[]The arguments of the error message.
See Also
Error Overload
OMLogger Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top