Compartir a través de


Clase ScriptingLanguageNotFoundException

The exception that is thrown by the Script component when the scripting language is not found.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Dts.Pipeline..::..ScriptingLanguageNotFoundException

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ScriptingLanguageNotFoundException _
    Inherits ApplicationException
'Uso
Dim instance As ScriptingLanguageNotFoundException
[SerializableAttribute]
public class ScriptingLanguageNotFoundException : ApplicationException
[SerializableAttribute]
public ref class ScriptingLanguageNotFoundException : public ApplicationException
[<SerializableAttribute>]
type ScriptingLanguageNotFoundException =  
    class
        inherit ApplicationException
    end
public class ScriptingLanguageNotFoundException extends ApplicationException

El tipo ScriptingLanguageNotFoundException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ScriptingLanguageNotFoundException Initializes a new instance of the ScriptingLanguageNotFoundException class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad protegida 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 (Se hereda de Exception.)
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

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.