Compartir a través de


WebserviceTaskException Miembros

Contains the definition for exceptions used by the WebServiceTask.

El tipo WebserviceTaskException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico WebserviceTaskException(String) Initializes a new instance of the WebserviceTaskException class, initializing the error message string.
Método publico WebserviceTaskException(SerializationInfo, StreamingContext) Initializes a new instance of the WebserviceTaskException class, initializing the SerializationInfo and StreamingContext.
Método publico WebserviceTaskException(String, Int32) Initializes a new instance of the WebserviceTaskException class, intializing the error message and error code.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBaseException (Se hereda de Exception).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData Sets the SerializationInfo with information about the exception. (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Método publico GetType (Se hereda de Exception).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Exception).

Principio

Campos

  Nombre Descripción
Campo públicoMiembro estático DEFAULT_CODE Specifies the default value of the error code.
Campo públicoMiembro estático NOTSUPPORTED_CODE Specifies the error code used when the task encounters something that is not supported.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception).
Propiedad pública ErrorCode Gets an error code.
Propiedad pública HelpLink (Se hereda de Exception).
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública Message (Se hereda de Exception).
Propiedad pública Source (Se hereda de Exception).
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).

Principio