C# 클래스 React.Exceptions.BabelNotLoadedException

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

공개 메소드들

메소드 설명
BabelNotLoadedException ( ) : System

Initializes a new instance of the BabelNotLoadedException class.

보호된 메소드들

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

Used by deserialization

비공개 메소드들

메소드 설명
GetMessage ( ) : string

Gets a message that describes the current exception.

메소드 상세

BabelNotLoadedException() 공개 메소드

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

BabelNotLoadedException() 보호된 메소드

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