WebserviceTaskException Miembros
Contains the definition for exceptions used by the WebServiceTask.
El tipo WebserviceTaskException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetBaseException | (Se hereda de Exception). | |
GetHashCode | (Se hereda de Object). | |
GetObjectData | Sets the SerializationInfo with information about the exception. (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Se hereda de Exception). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | (Se hereda de Exception). |
Principio
Campos
Nombre | Descripción | |
---|---|---|
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. |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception). | |
ErrorCode | Gets an error code. | |
HelpLink | (Se hereda de Exception). | |
HResult | (Se hereda de Exception). | |
InnerException | (Se hereda de Exception). | |
Message | (Se hereda de Exception). | |
Source | (Se hereda de Exception). | |
StackTrace | (Se hereda de Exception). | |
TargetSite | (Se hereda de Exception). |
Principio
Vea también