Clase WebserviceTaskException
Contains the definition for exceptions used by the WebServiceTask.
Jerarquía de herencia
System.Object
System.Exception
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class WebserviceTaskException _
Inherits Exception
'Uso
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
El tipo WebserviceTaskException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
ErrorCode | Gets an error code. | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Sets the SerializationInfo with information about the exception. (Invalida Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Exception.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
SerializeObjectState | (Se hereda de Exception.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask