C# 클래스 Fawn.customException

상속: except
파일 보기 프로젝트 열기: ambasta/doe

공개 메소드들

메소드 설명
customException ( string errorMessage ) : System
customException ( string errorMessage, Exception innerEx ) : System

메소드 상세

customException() 공개 메소드

public customException ( string errorMessage ) : System
errorMessage string
리턴 System

customException() 공개 메소드

public customException ( string errorMessage, Exception innerEx ) : System
errorMessage string
innerEx System.Exception
리턴 System