IGraphContext.ReportError(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the provider to report exceptions and errors.
public:
void ReportError(Exception ^ exception);
public void ReportError (Exception exception);
abstract member ReportError : Exception -> unit
Public Sub ReportError (exception As Exception)
Parameters
- exception
- Exception