C# Class JavaScriptEngineSwitcher.ChakraCore.JsRt.JsException

Inheritance: System.Exception
Afficher le fichier Open project: Taritsyn/JavaScriptEngineSwitcher Class Usage Examples

Méthodes publiques

Méthode Description
JsException ( JsErrorCode errorCode ) : System

Initializes a new instance of the JsException class

JsException ( JsErrorCode errorCode, string message ) : System

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

Méthodes protégées

Méthode Description
JsException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the JsException class with serialized data

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

JsException() public méthode

Initializes a new instance of the JsException class
public JsException ( JsErrorCode errorCode ) : System
errorCode JsErrorCode The error code returned
Résultat System

JsException() public méthode

Initializes a new instance of the JsException class with a specified error message
public JsException ( JsErrorCode errorCode, string message ) : System
errorCode JsErrorCode The error code returned
message string The error message
Résultat System

JsException() protected méthode

Initializes a new instance of the JsException class with serialized data
protected JsException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized data
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination
Résultat System