Membri WebserviceTaskException
Contains the definition for exceptions used by the WebServiceTask.
Il tipo WebserviceTaskException espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetBaseException | (Ereditato da Exception). | |
GetHashCode | (Ereditato da Object). | |
GetObjectData | Sets the SerializationInfo with information about the exception. (Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Ereditato da Exception). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | (Ereditato da Exception). |
In alto
Campi
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | (Ereditato da Exception). | |
ErrorCode | Gets an error code. | |
HelpLink | (Ereditato da Exception). | |
HResult | (Ereditato da Exception). | |
InnerException | (Ereditato da Exception). | |
Message | (Ereditato da Exception). | |
Source | (Ereditato da Exception). | |
StackTrace | (Ereditato da Exception). | |
TargetSite | (Ereditato da Exception). |
In alto
Vedere anche