Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the definition for exceptions used by the WebServiceTask.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WebserviceTaskException _
Inherits Exception
'Usage
Dim instance As WebserviceTaskException
[SerializableAttribute]
public class WebserviceTaskException : Exception
[SerializableAttribute]
public ref class WebserviceTaskException : public Exception
[<SerializableAttribute>]
type WebserviceTaskException =
class
inherit Exception
end
public class WebserviceTaskException extends Exception
The WebserviceTaskException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
WebserviceTaskException(String) | Initializes a new instance of the WebserviceTaskException class, initializing the error message string. |
![]() |
WebserviceTaskException(SerializationInfo, StreamingContext) | Initializes a new instance of the WebserviceTaskException class, initializing the SerializationInfo and StreamingContext. |
![]() |
WebserviceTaskException(String, Int32) | Initializes a new instance of the WebserviceTaskException class, intializing the error message and error code. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
ErrorCode | Gets an error code. |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Sets the SerializationInfo with information about the exception. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
SerializeObjectState | (Inherited from Exception.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
DEFAULT_CODE | Specifies the default value of the error code. |
![]() ![]() |
NOTSUPPORTED_CODE | Specifies the error code used when the task encounters something that is not supported. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.