C# Class fCraft.MapConversion.MapFormatException

Inheritance: System.Exception
Show file Open project: fragmer/fCraft

Public Methods

Method Description
MapFormatException ( ) : System
MapFormatException ( [ message ) : System
MapFormatException ( string message ) : System

Private Methods

Method Description
MapFormatException ( SerializationInfo info, StreamingContext context ) : System
MapFormatException ( [ message, Exception innerException ) : System
MapFormatException ( [ info, StreamingContext context ) : System

Method Details

MapFormatException() public method

public MapFormatException ( ) : System
return System

MapFormatException() public method

public MapFormatException ( [ message ) : System
message [
return System

MapFormatException() public method

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