ErrorManager.Report Method (ErrorInfo)
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