C# Class JavaScriptEngineSwitcher.ChakraCore.JsRt.JsUsageException

The API usage exception occurred
Inheritance: JsException
ファイルを表示 Open project: Taritsyn/JavaScriptEngineSwitcher

Public Methods

Method Description
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

Private Methods

Method Description
JsUsageException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the JsUsageException class with serialized data

Method Details

JsUsageException() public method

Initializes a new instance of the JsUsageException class
public JsUsageException ( JsErrorCode errorCode ) : System
errorCode JsErrorCode The error code returned
return System

JsUsageException() public method

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
return System