UnrecognizedScriptLanguageException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when the scripting language is not recognized.
public ref class UnrecognizedScriptLanguageException : ApplicationException
[System.Serializable]
public class UnrecognizedScriptLanguageException : ApplicationException
[<System.Serializable>]
type UnrecognizedScriptLanguageException = class
inherit ApplicationException
Public Class UnrecognizedScriptLanguageException
Inherits ApplicationException
- Inheritance
-
UnrecognizedScriptLanguageException
- Attributes
Constructors
UnrecognizedScriptLanguageException(String) |
Initializes a new instance of the UnrecognizedScriptLanguageException class with the unrecognized scripting language name. |
Fields
UnrecognizedName |
Specifies the name of the unrecognized scripting language. |