C# Class TileCook.TileOutOfRangeException

Inheritance: System.Exception
显示文件 Open project: jbrwn/tc

Public Properties

Property Type Description
ParamName string

Public Methods

Method Description
TileOutOfRangeException ( string message ) : System
TileOutOfRangeException ( string message, string paramName ) : System

Protected Methods

Method Description
TileOutOfRangeException ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

TileOutOfRangeException() protected method

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

TileOutOfRangeException() public method

public TileOutOfRangeException ( string message ) : System
message string
return System

TileOutOfRangeException() public method

public TileOutOfRangeException ( string message, string paramName ) : System
message string
paramName string
return System

Property Details

ParamName public_oe property

public string ParamName
return string