Partager via


GraphErrorEventArgs, constructeur

Espace de noms :  Microsoft.VisualStudio.GraphModel.Styles
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

GraphErrorEventArgs Classe

Microsoft.VisualStudio.GraphModel.Styles, espace de noms