Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the WebserviceTaskException class, intializing the error message and error code.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Sintaxis
'Declaración
Public Sub New ( _
errorMessage As String, _
errorCode As Integer _
)
'Uso
Dim errorMessage As String
Dim errorCode As Integer
Dim instance As New WebserviceTaskException(errorMessage, _
errorCode)
public WebserviceTaskException(
string errorMessage,
int errorCode
)
public:
WebserviceTaskException(
String^ errorMessage,
int errorCode
)
new :
errorMessage:string *
errorCode:int -> WebserviceTaskException
public function WebserviceTaskException(
errorMessage : String,
errorCode : int
)
Parámetros
- errorMessage
Tipo: System.String
The error message to use in the exception.
- errorCode
Tipo: System.Int32
The error code to use in the exception.
Comentarios
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.
Vea también
Referencia
Sobrecarga de WebserviceTaskException
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask