Sdílet prostřednictvím


GraphErrorEventArgs – konstruktor

Obor názvů:  Microsoft.VisualStudio.GraphModel.Styles
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • message
    Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphErrorEventArgs Třída

Microsoft.VisualStudio.GraphModel.Styles – obor názvů