Share via


UnrecognizedScriptLanguageException Class

Definition

The exception that is thrown when the scripting language is not recognized.

[System.Serializable]
public class UnrecognizedScriptLanguageException : 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.

Applies to