C# Class TileCook.TileOutOfRangeException

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

Méthodes publiques

Свойство Type Description
ParamName string

Méthodes publiques

Méthode Description
TileOutOfRangeException ( string message ) : System
TileOutOfRangeException ( string message, string paramName ) : System

Méthodes protégées

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

Method Details

TileOutOfRangeException() protected méthode

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

TileOutOfRangeException() public méthode

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

TileOutOfRangeException() public méthode

public TileOutOfRangeException ( string message, string paramName ) : System
message string
paramName string
Résultat System

Property Details

ParamName public_oe property

public string ParamName
Résultat string