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

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

공개 메소드들

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

메소드 상세

PropertyNotFoundException() 공개 메소드

public PropertyNotFoundException ( string messageFormat ) : System
messageFormat string
리턴 System

PropertyNotFoundException() 공개 메소드

public PropertyNotFoundException ( string messageFormat, Exception innerException ) : System
messageFormat string
innerException System.Exception
리턴 System