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.
Reports the specified error.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public void Report(
ErrorInfo error
)
public:
void Report(
ErrorInfo^ error
)
Public Sub Report (
error As ErrorInfo
)
Parameters
error
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ErrorInfoThe ErrorInfo object that will be reported.
See Also
ErrorManager Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top