使用指定的错误消息和内部异常初始化 DataConnectionOpenCanceledException 类的新实例。
命名空间: Microsoft.VisualStudio.Data.Services
程序集: Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)
语法
声明
Public Sub New ( _
message As String, _
innerException As Exception _
)
public DataConnectionOpenCanceledException(
string message,
Exception innerException
)
public:
DataConnectionOpenCanceledException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DataConnectionOpenCanceledException
public function DataConnectionOpenCanceledException(
message : String,
innerException : Exception
)
参数
- message
类型:System.String
解释异常原因的错误信息。
- innerException
类型:System.Exception
作为当前异常原因的异常,如果没有指定内部异常,则为 nullnull 引用(在 Visual Basic 中为 Nothing)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
DataConnectionOpenCanceledException 类