C# Class Yuhan.Common.Events.ResultEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: hansuky/Yuhan

Public Methods

Method Description
ResultEventArgs ( System.Boolean isSuccess = true ) : System
ResultEventArgs ( Exception exception ) : System

Method Details

ResultEventArgs() public method

public ResultEventArgs ( System.Boolean isSuccess = true ) : System
isSuccess System.Boolean
return System

ResultEventArgs() public method

public ResultEventArgs ( Exception exception ) : System
exception System.Exception
return System