Share via


GraphTransactionCanceledException Constructor (String, Exception)

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
public GraphTransactionCanceledException(
    string message,
    Exception inner
)
public:
GraphTransactionCanceledException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> GraphTransactionCanceledException
public function GraphTransactionCanceledException(
    message : String, 
    inner : Exception
)

Parameters

  • message
    Type: String
  • inner
    Type: Exception

.NET Framework Security

See Also

Reference

GraphTransactionCanceledException Class

GraphTransactionCanceledException Overload

Microsoft.VisualStudio.GraphModel Namespace