Share via


GraphErrorEventArgs Constructor

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

Syntax

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

Parameters

  • message
    Type: String

.NET Framework Security

See Also

Reference

GraphErrorEventArgs Class

Microsoft.VisualStudio.GraphModel.Styles Namespace