C# Class TileCook.TileNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: jbrwn/tc

Méthodes publiques

Méthode Description
TileNotFoundException ( string message ) : System
TileNotFoundException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
TileNotFoundException ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

TileNotFoundException() protected méthode

protected TileNotFoundException ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
Résultat System

TileNotFoundException() public méthode

public TileNotFoundException ( string message ) : System
message string
Résultat System

TileNotFoundException() public méthode

public TileNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System