ScriptingLanguageNotFoundException Class
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
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.SqlServer.Dts.Pipeline.ScriptingLanguageNotFoundException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.