IntegrationServicesException 构造函数 (String, Exception)
Initializes a new instance of the IntegrationServicesException class with the specified exception message.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public Sub New ( _
message As String, _
innerException As Exception _
)
用法
Dim message As String
Dim innerException As Exception
Dim instance As New IntegrationServicesException(message, _
innerException)
public IntegrationServicesException(
string message,
Exception innerException
)
public:
IntegrationServicesException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> IntegrationServicesException
public function IntegrationServicesException(
message : String,
innerException : Exception
)
参数
- message
类型:System.String
The exception message.
- innerException
类型:System.Exception
A throwing exception.
请参阅
参考
IntegrationServicesException 类