Partilhar via


Construtor GraphErrorEventArgs

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

Sintaxe

'Declaração
Public Sub New ( _
    context As GraphObject, _
    message As String _
)
public GraphErrorEventArgs(
    GraphObject context,
    string message
)
public:
GraphErrorEventArgs(
    GraphObject^ context, 
    String^ message
)
new : 
        context:GraphObject * 
        message:string -> GraphErrorEventArgs
public function GraphErrorEventArgs(
    context : GraphObject, 
    message : String
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

GraphErrorEventArgs Classe

Namespace Microsoft.VisualStudio.GraphModel.Styles