Construtor WebserviceTaskException (String)
Initializes a new instance of the WebserviceTaskException class, initializing the error message string.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
Public Sub New ( _
errorMessage As String _
)
'Uso
Dim errorMessage As String
Dim instance As New WebserviceTaskException(errorMessage)
public WebserviceTaskException(
string errorMessage
)
public:
WebserviceTaskException(
String^ errorMessage
)
new :
errorMessage:string -> WebserviceTaskException
public function WebserviceTaskException(
errorMessage : String
)
Parâmetros
- errorMessage
Tipo: System. . :: . .String
The error message string to be used in the exception.
Comentários
For this constructor, the message string is set to the errorMessage parameter, and the error code set to DEFAULT_CODE.