C# 클래스 React.Exceptions.ReactEngineNotFoundException

상속: ReactException
파일 보기 프로젝트 열기: reactjs/React.NET

공개 메소드들

메소드 설명
ReactEngineNotFoundException ( ) : System

Initializes a new instance of the ReactEngineNotFoundException class.

보호된 메소드들

메소드 설명
ReactEngineNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Used by deserialization

비공개 메소드들

메소드 설명
GetMessage ( ) : string

Gets a message that describes the current exception.

메소드 상세

ReactEngineNotFoundException() 공개 메소드

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

ReactEngineNotFoundException() 보호된 메소드

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