C# Class Glass.Mapper.MapperStackException

Inheritance: Glass.Mapper.MapperException
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

Méthodes publiques

Méthode Description
MapperStackException ( string message ) : System
MapperStackException ( string message, Exception ex ) : System

Method Details

MapperStackException() public méthode

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

MapperStackException() public méthode

public MapperStackException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System