Sdílet prostřednictvím


GraphTransactionCanceledException – konstruktor (String, Exception)

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

Syntaxe

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

Parametry

  • message
    Typ: String
  • inner
    Typ: Exception

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphTransactionCanceledException Třída

GraphTransactionCanceledException – přetížení

Microsoft.VisualStudio.GraphModel – obor názvů