WebserviceTaskException constructeur (String)
Initializes a new instance of the WebserviceTaskException class, initializing the error message string.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (dans Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public Sub New ( _
errorMessage As String _
)
'Utilisation
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
)
Paramètres
- errorMessage
Type : System. . :: . .String
The error message string to be used in the exception.
Notes
For this constructor, the message string is set to the errorMessage parameter, and the error code set to DEFAULT_CODE.