C# Class fCraft.MapConversion.MapFormatException

Inheritance: System.Exception
Afficher le fichier Open project: fragmer/fCraft

Méthodes publiques

Méthode Description
MapFormatException ( ) : System
MapFormatException ( [ message ) : System
MapFormatException ( string message ) : System

Private Methods

Méthode Description
MapFormatException ( SerializationInfo info, StreamingContext context ) : System
MapFormatException ( [ message, Exception innerException ) : System
MapFormatException ( [ info, StreamingContext context ) : System

Method Details

MapFormatException() public méthode

public MapFormatException ( ) : System
Résultat System

MapFormatException() public méthode

public MapFormatException ( [ message ) : System
message [
Résultat System

MapFormatException() public méthode

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