C# 클래스 fCraft.MapConversion.MapFormatException

상속: System.Exception
파일 보기 프로젝트 열기: fragmer/fCraft

공개 메소드들

메소드 설명
MapFormatException ( ) : System
MapFormatException ( [ message ) : System
MapFormatException ( string message ) : System

비공개 메소드들

메소드 설명
MapFormatException ( SerializationInfo info, StreamingContext context ) : System
MapFormatException ( [ message, Exception innerException ) : System
MapFormatException ( [ info, StreamingContext context ) : System

메소드 상세

MapFormatException() 공개 메소드

public MapFormatException ( ) : System
리턴 System

MapFormatException() 공개 메소드

public MapFormatException ( [ message ) : System
message [
리턴 System

MapFormatException() 공개 메소드

public MapFormatException ( string message ) : System
message string
리턴 System