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.
Adds the specified error message to the reporting system.
Namespace: Microsoft.WindowsServerSolutions.Reporting
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public void AddError(
string errorMessage
)
public:
void AddError(
String^ errorMessage
)
Public Sub AddError (
errorMessage As String
)
Parameters
errorMessage
Type: System.StringThe error message to add.
See Also
ClientFeatureData Class
Microsoft.WindowsServerSolutions.Reporting Namespace
Return to top