UnrecognizedScriptLanguageException Class

Definition

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.

Applies to