IGraphContext.ReportError Method

Called by the provider to report exceptions and errors.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Sub ReportError ( _
    exception As Exception _
)
void ReportError(
    Exception exception
)
void ReportError(
    Exception^ exception
)
abstract ReportError : 
        exception:Exception -> unit
function ReportError(
    exception : Exception
)

Parameters

  • exception
    Type: Exception

.NET Framework Security

See Also

Reference

IGraphContext Interface

Microsoft.VisualStudio.GraphModel Namespace