C# Class TileCook.TileNotFoundException

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

Public Methods

Method Description
TileNotFoundException ( string message ) : System
TileNotFoundException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

TileNotFoundException() protected method

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

TileNotFoundException() public method

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

TileNotFoundException() public method

public TileNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System