C# Class React.Exceptions.BabelNotLoadedException

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

Méthodes publiques

Méthode Description
BabelNotLoadedException ( ) : System

Initializes a new instance of the BabelNotLoadedException class.

Méthodes protégées

Méthode Description
BabelNotLoadedException ( 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

BabelNotLoadedException() public méthode

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

BabelNotLoadedException() protected méthode

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