共用方式為


GraphTransactionCanceledException 建構函式 (String, Exception)

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

GraphTransactionCanceledException 類別

GraphTransactionCanceledException 多載

Microsoft.VisualStudio.GraphModel 命名空間