UnrecognizedScriptLanguageException Class
This API supports the product infrastructure and is not intended to be used directly from your code.
The exception that is thrown when the scripting language is not recognized.
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
System::Exception
System::ApplicationException
Microsoft.SqlServer.Dts.Tasks.ScriptTask::UnrecognizedScriptLanguageException
| Name | Description | |
|---|---|---|
![]() | UnrecognizedScriptLanguageException(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the UnrecognizedScriptLanguageException class with the unrecognized scripting language name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | UnrecognizedName | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the name of the unrecognized scripting language. |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




