OMLogger.Exception Method (Exception)
Notifies the logger that an exception has been thrown.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public static void Exception(
Exception ex
)
public:
static void Exception(
Exception^ ex
)
Public Shared Sub Exception (
ex As Exception
)
Parameters
ex
Type: System.ExceptionThe exception that has been thrown.
See Also
OMLogger Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top