Partager via


Membres WebserviceTaskException

Contains the definition for exceptions used by the WebServiceTask.

Le type WebserviceTaskException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique WebserviceTaskException(String) Initializes a new instance of the WebserviceTaskException class, initializing the error message string.
Méthode publique WebserviceTaskException(SerializationInfo, StreamingContext) Initializes a new instance of the WebserviceTaskException class, initializing the SerializationInfo and StreamingContext.
Méthode publique WebserviceTaskException(String, Int32) Initializes a new instance of the WebserviceTaskException class, intializing the error message and error code.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetBaseException (Hérité de Exception.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetObjectData Sets the SerializationInfo with information about the exception. (Se substitue à Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Méthode publique GetType (Hérité de Exception.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Exception.)

Haut de la page

Champs

  Nom Description
Champ publicMembre statique DEFAULT_CODE Specifies the default value of the error code.
Champ publicMembre statique NOTSUPPORTED_CODE Specifies the error code used when the task encounters something that is not supported.

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (Hérité de Exception.)
Propriété publique ErrorCode Gets an error code.
Propriété publique HelpLink (Hérité de Exception.)
Propriété protégée HResult (Hérité de Exception.)
Propriété publique InnerException (Hérité de Exception.)
Propriété publique Message (Hérité de Exception.)
Propriété publique Source (Hérité de Exception.)
Propriété publique StackTrace (Hérité de Exception.)
Propriété publique TargetSite (Hérité de Exception.)

Haut de la page