C# 클래스 Glass.Mapper.MapperStackException

상속: Glass.Mapper.MapperException
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
MapperStackException ( string message ) : System
MapperStackException ( string message, Exception ex ) : System

메소드 상세

MapperStackException() 공개 메소드

public MapperStackException ( string message ) : System
message string
리턴 System

MapperStackException() 공개 메소드

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