Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
Initializes a new instance of the WebserviceTaskException class, initializing the error message string.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Sub New ( _
errorMessage As String _
)
'Usage
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
)
Parameters
- errorMessage
Type: System.String
The error message string to be used in the exception.
Remarks
For this constructor, the message string is set to the errorMessage parameter, and the error code set to DEFAULT_CODE.