C# 클래스 TileCook.TileOutOfRangeException

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

공개 프로퍼티들

프로퍼티 타입 설명
ParamName string

공개 메소드들

메소드 설명
TileOutOfRangeException ( string message ) : System
TileOutOfRangeException ( string message, string paramName ) : System

보호된 메소드들

메소드 설명
TileOutOfRangeException ( SerializationInfo info, StreamingContext ctxt ) : System

메소드 상세

TileOutOfRangeException() 보호된 메소드

protected TileOutOfRangeException ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
리턴 System

TileOutOfRangeException() 공개 메소드

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

TileOutOfRangeException() 공개 메소드

public TileOutOfRangeException ( string message, string paramName ) : System
message string
paramName string
리턴 System

프로퍼티 상세

ParamName 공개적으로 프로퍼티

public string ParamName
리턴 string