Costruttore WebserviceTaskException (String)
Initializes a new instance of the WebserviceTaskException class, initializing the error message string.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
errorMessage As String _
)
'Utilizzo
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
)
Parametri
- errorMessage
Tipo: System. . :: . .String
The error message string to be used in the exception.
Osservazioni
For this constructor, the message string is set to the errorMessage parameter, and the error code set to DEFAULT_CODE.