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 error message to the WSSG log.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public static void Error(
string category,
string errorMessage
)
public:
static void Error(
String^ category,
String^ errorMessage
)
Public Shared Sub Error (
category As String,
errorMessage As String
)
Parameters
category
Type: System.StringMessage category.
errorMessage
Type: System.StringMessage text.
See Also
Error Overload
LogWrapper Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top