ClientFeatureData.AddError Method (String)
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