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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.