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.
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