Classe ScriptingLanguageNotFoundException

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.TxScript (dans Microsoft.SqlServer.TxScript.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ScriptingLanguageNotFoundException _
    Inherits ApplicationException
'Utilisation
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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.