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.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
WebserviceTaskException Class
WebserviceTaskException Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace