IGraphContext.ReportError-Methode

Wird vom Anbieter, und melden Ausnahmen und Fehler.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IGraphContext Schnittstelle

Microsoft.VisualStudio.GraphModel-Namespace