C# 클래스 Yuhan.Common.Events.ResultEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: hansuky/Yuhan

공개 메소드들

메소드 설명
ResultEventArgs ( System.Boolean isSuccess = true ) : System
ResultEventArgs ( Exception exception ) : System

메소드 상세

ResultEventArgs() 공개 메소드

public ResultEventArgs ( System.Boolean isSuccess = true ) : System
isSuccess System.Boolean
리턴 System

ResultEventArgs() 공개 메소드

public ResultEventArgs ( Exception exception ) : System
exception System.Exception
리턴 System