WebserviceTaskException Members
Include Protected Members
Include Inherited Members
Contains the definition for exceptions used by the WebServiceTask.
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
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetBaseException() | (Inherited from Exception.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetObjectData(SerializationInfo, StreamingContext) | 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
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
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