C# Class React.Exceptions.ReactEngineNotFoundException

Inheritance: ReactException
Afficher le fichier Open project: reactjs/React.NET

Méthodes publiques

Méthode Description
ReactEngineNotFoundException ( ) : System

Initializes a new instance of the ReactEngineNotFoundException class.

Méthodes protégées

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

Used by deserialization

Private Methods

Méthode Description
GetMessage ( ) : string

Gets a message that describes the current exception.

Method Details

ReactEngineNotFoundException() public méthode

Initializes a new instance of the ReactEngineNotFoundException class.
public ReactEngineNotFoundException ( ) : System
Résultat System

ReactEngineNotFoundException() protected méthode

Used by deserialization
protected ReactEngineNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System