ErrorManager.Dismiss Method (String)
Dismisses an error that is associated with the specified ID.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public bool Dismiss(
string id
)
public:
bool Dismiss(
String^ id
)
Public Function Dismiss (
id As String
) As Boolean
Parameters
id
Type: System.StringThe ID of the ErrorInfo object to dismiss.
Return Value
Type: System.Boolean
true if the error was dismissed successfully; otherwise, false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | id is null. |
See Also
Dismiss Overload
ErrorManager Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top