ScriptingLanguageNotFoundException-Klasse

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ScriptingLanguageNotFoundException _
    Inherits ApplicationException
'Usage
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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.