C# Class FENParser.InvalidChessNotationException

Inheritance: System.Exception
Afficher le fichier Open project: bazile/Training

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
InvalidChessNotationException ( ) : System
InvalidChessNotationException ( string message, string notation ) : System
InvalidChessNotationException ( string message, string notation, Exception inner ) : System

Méthodes protégées

Méthode Description
InvalidChessNotationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

InvalidChessNotationException() public méthode

public InvalidChessNotationException ( ) : System
Résultat System

InvalidChessNotationException() protected méthode

protected InvalidChessNotationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

InvalidChessNotationException() public méthode

public InvalidChessNotationException ( string message, string notation ) : System
message string
notation string
Résultat System

InvalidChessNotationException() public méthode

public InvalidChessNotationException ( string message, string notation, Exception inner ) : System
message string
notation string
inner System.Exception
Résultat System