LogWrapper.Exception Method (Exception)
Writes an exception message to the WSSG log.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.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.
See Also
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top