C# 클래스 CryoAOP.Core.Exceptions.FormattableExceptionBase

상속: System.Exception
파일 보기 프로젝트 열기: fir3pho3nixx/cryo-aop

보호된 메소드들

메소드 설명
FormattableExceptionBase ( string messageFormat ) : System
FormattableExceptionBase ( string messageFormat, Exception innerException ) : System

메소드 상세

FormattableExceptionBase() 보호된 메소드

protected FormattableExceptionBase ( string messageFormat ) : System
messageFormat string
리턴 System

FormattableExceptionBase() 보호된 메소드

protected FormattableExceptionBase ( string messageFormat, Exception innerException ) : System
messageFormat string
innerException System.Exception
리턴 System