Classe WebserviceTaskException
Contains the definition for exceptions used by the WebServiceTask.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class WebserviceTaskException _
Inherits Exception
'Utilizzo
Dim instance As WebserviceTaskException
[SerializableAttribute]
public class WebserviceTaskException : Exception
[SerializableAttribute]
public ref class WebserviceTaskException : public Exception
[<SerializableAttribute>]
type WebserviceTaskException =
class
inherit Exception
end
public class WebserviceTaskException extends Exception
Nel tipo WebserviceTaskException sono esposti 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
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
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
Eventi
Nome | Descrizione | |
---|---|---|
SerializeObjectState | 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
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask