C# Class React.Exceptions.BabelNotLoadedException

Inheritance: ReactException
Mostra file Open project: reactjs/React.NET

Public Methods

Method Description
BabelNotLoadedException ( ) : System

Initializes a new instance of the BabelNotLoadedException class.

Protected Methods

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

Used by deserialization

Private Methods

Method Description
GetMessage ( ) : string

Gets a message that describes the current exception.

Method Details

BabelNotLoadedException() public method

Initializes a new instance of the BabelNotLoadedException class.
public BabelNotLoadedException ( ) : System
return System

BabelNotLoadedException() protected method

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