Partager via


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

See Also

OMLogger Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top