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.
Dismisses the specified error.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public bool Dismiss(
ErrorInfo error
)
public:
bool Dismiss(
ErrorInfo^ error
)
Public Function Dismiss (
error As ErrorInfo
) As Boolean
Parameters
error
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ErrorInfoThe ErrorInfo object to be dismissed.
Return Value
Type: System.Boolean
true if the error was dismissed successfully; otherwise, false.
See Also
Dismiss Overload
ErrorManager Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top