Partilhar via


Método IGraphContext.ReportError

Chamado pelo provedor para relatar erros e exceções.

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

Sintaxe

'Declaração
Sub ReportError ( _
    exception As Exception _
)
void ReportError(
    Exception exception
)
void ReportError(
    Exception^ exception
)
abstract ReportError : 
        exception:Exception -> unit 
function ReportError(
    exception : Exception
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IGraphContext Interface

Namespace Microsoft.VisualStudio.GraphModel