Construtor GraphTransactionCanceledException (String, Exception)

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

GraphTransactionCanceledException Classe

Sobrecargas GraphTransactionCanceledException

Namespace Microsoft.VisualStudio.GraphModel