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