C# Class Frapid.Mapper.Types.MapperException

Inheritance: System.Exception
Mostrar archivo Open project: frapid/frapid

Public Methods

Method Description
MapperException ( ) : System
MapperException ( string message ) : System
MapperException ( string message, Exception innerException ) : System

Private Methods

Method Description
MapperException ( SerializationInfo info, StreamingContext context ) : System

Method Details

MapperException() public method

public MapperException ( ) : System
return System

MapperException() public method

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

MapperException() public method

public MapperException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System