C# Класс MsieJavaScriptEngine.ActiveScript.ActiveScriptException

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ActiveScriptException ( string message ) : System

Initializes a new instance of the ActiveScriptException class with a specified error message

ActiveScriptException ( string message, Exception innerException ) : System

Initializes a new instance of the ActiveScriptException class with a specified error message and a reference to the inner exception that is the cause of this exception

Приватные методы

Метод Описание
ActiveScriptException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ActiveScriptException class with serialized data

Create ( IActiveScriptError error ) : ActiveScriptException
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Описание методов

ActiveScriptException() публичный Метод

Initializes a new instance of the ActiveScriptException class with a specified error message
public ActiveScriptException ( string message ) : System
message string The message
Результат System

ActiveScriptException() публичный Метод

Initializes a new instance of the ActiveScriptException class with a specified error message and a reference to the inner exception that is the cause of this exception
public ActiveScriptException ( string message, Exception innerException ) : System
message string The message
innerException System.Exception The inner exception
Результат System