Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the WebserviceTaskException class, intializing the error message and error code.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Синтаксис
'Декларация
Public Sub New ( _
errorMessage As String, _
errorCode As Integer _
)
public WebserviceTaskException (
string errorMessage,
int errorCode
)
public:
WebserviceTaskException (
String^ errorMessage,
int errorCode
)
public WebserviceTaskException (
String errorMessage,
int errorCode
)
public function WebserviceTaskException (
errorMessage : String,
errorCode : int
)
Параметры
- errorMessage
The error message to use in the exception.
- errorCode
The error code to use in the exception.
Замечания
For this constructor, the class is initialized with the message string set to the errorMessage string that is passed in, and its error code is set to the errorCode parameter that is passed in.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
WebserviceTaskException Class
WebserviceTaskException Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace