C# Class React.Exceptions.ReactEngineNotFoundException

Inheritance: ReactException
ファイルを表示 Open project: reactjs/React.NET

Public Methods

Method Description
ReactEngineNotFoundException ( ) : System

Initializes a new instance of the ReactEngineNotFoundException class.

Protected Methods

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

Used by deserialization

Private Methods

Method Description
GetMessage ( ) : string

Gets a message that describes the current exception.

Method Details

ReactEngineNotFoundException() public method

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

ReactEngineNotFoundException() protected method

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