Freigeben über


GraphTransactionCanceledException-Konstruktor (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
)

Parameter

  • message
    Typ: String
  • inner
    Typ: Exception

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphTransactionCanceledException Klasse

GraphTransactionCanceledException-Überladung

Microsoft.VisualStudio.GraphModel-Namespace