GraphException 构造函数 (String)

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
public GraphException(
    string message
)
public:
GraphException(
    String^ message
)
new : 
        message:string -> GraphException
public function GraphException(
    message : String
)

参数

  • message
    类型:String

.NET Framework 安全性

请参阅

参考

GraphException 类

GraphException 重载

Microsoft.VisualStudio.GraphModel 命名空间