C# Класс MsieJavaScriptEngine.JsRt.JsUsageException

Наследование: JsException
Показать файл Открыть проект

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

Метод Описание
JsUsageException ( JsErrorCode errorCode ) : System

Initializes a new instance of the JsUsageException class

JsUsageException ( JsErrorCode errorCode, string message ) : System

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

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

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

Initializes a new instance of the JsUsageException class with serialized data

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

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

Initializes a new instance of the JsUsageException class
public JsUsageException ( JsErrorCode errorCode ) : System
errorCode JsErrorCode The error code returned
Результат System

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

Initializes a new instance of the JsUsageException class with a specified error message
public JsUsageException ( JsErrorCode errorCode, string message ) : System
errorCode JsErrorCode The error code returned
message string The error message
Результат System