Freigeben über


IGraphContext.ReportError-Methode

Wird durch den Anbieter, um Ausnahmen und über Fehler zu melden.

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

  • exception
    Typ: Exception

.NET Framework-Sicherheit

Siehe auch

Referenz

IGraphContext Schnittstelle

Microsoft.VisualStudio.GraphModel-Namespace