DataConnectionOpenCanceledException 构造函数 (String)

使用指定的错误消息初始化 DataConnectionOpenCanceledException 类的新实例。

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

语法

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

参数

  • message
    类型:System.String
    解释异常原因的错误信息。

.NET Framework 安全性

请参见

参考

DataConnectionOpenCanceledException 类

DataConnectionOpenCanceledException 重载

Microsoft.VisualStudio.Data.Services 命名空间