Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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 Класс
Перегрузка IntegrationServicesException
Пространство имен Microsoft.SqlServer.Management.IntegrationServices