Membri WebserviceTaskException

Contains the definition for exceptions used by the WebServiceTask.

Il tipo WebserviceTaskException espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico WebserviceTaskException(String) Initializes a new instance of the WebserviceTaskException class, initializing the error message string.
Metodo pubblico WebserviceTaskException(SerializationInfo, StreamingContext) Initializes a new instance of the WebserviceTaskException class, initializing the SerializationInfo and StreamingContext.
Metodo pubblico WebserviceTaskException(String, Int32) Initializes a new instance of the WebserviceTaskException class, intializing the error message and error code.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetBaseException (Ereditato da Exception).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetObjectData Sets the SerializationInfo with information about the exception. (Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Metodo pubblico GetType (Ereditato da Exception).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Exception).

In alto

Campi

  Nome Descrizione
Campo pubblicoMembro statico DEFAULT_CODE Specifies the default value of the error code.
Campo pubblicoMembro statico NOTSUPPORTED_CODE Specifies the error code used when the task encounters something that is not supported.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data (Ereditato da Exception).
Proprietà pubblica ErrorCode Gets an error code.
Proprietà pubblica HelpLink (Ereditato da Exception).
Proprietà protetta HResult (Ereditato da Exception).
Proprietà pubblica InnerException (Ereditato da Exception).
Proprietà pubblica Message (Ereditato da Exception).
Proprietà pubblica Source (Ereditato da Exception).
Proprietà pubblica StackTrace (Ereditato da Exception).
Proprietà pubblica TargetSite (Ereditato da Exception).

In alto