C# 클래스 Doe.Exceptions.except

상속: System.Exception
파일 보기 프로젝트 열기: ambasta/doe

공개 메소드들

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

메소드 상세

except() 공개 메소드

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

except() 공개 메소드

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