Compartir a través de


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
Método público WebserviceTaskException(String) Initializes a new instance of the WebserviceTaskException class, initializing the error message string.
Método público WebserviceTaskException(SerializationInfo, StreamingContext) Initializes a new instance of the WebserviceTaskException class, initializing the SerializationInfo and StreamingContext.
Método público WebserviceTaskException(String, Int32) Initializes a new instance of the WebserviceTaskException class, intializing the error message and error code.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública ErrorCode Gets an error code.
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad pública HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Sets the SerializationInfo with information about the exception. (Invalida Exception.GetObjectData(SerializationInfo, StreamingContext).)
Método público GetType (Se hereda de Exception.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Exception.)

Arriba

Eventos

  Nombre Descripción
Evento protegido SerializeObjectState (Se hereda de Exception.)

Arriba

Campos

  Nombre Descripción
Campo públicoMiembro estático DEFAULT_CODE Specifies the default value of the error code.
Campo públicoMiembro estático 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