C# Class Glass.Mapper.MapperStackException

Inheritance: Glass.Mapper.MapperException
Mostra file Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
MapperStackException ( string message ) : System
MapperStackException ( string message, Exception ex ) : System

Method Details

MapperStackException() public method

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

MapperStackException() public method

public MapperStackException ( string message, Exception ex ) : System
message string
ex System.Exception
return System