C# Class Yuhan.Common.Events.ResultEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: hansuky/Yuhan

Méthodes publiques

Méthode Description
ResultEventArgs ( System.Boolean isSuccess = true ) : System
ResultEventArgs ( Exception exception ) : System

Method Details

ResultEventArgs() public méthode

public ResultEventArgs ( System.Boolean isSuccess = true ) : System
isSuccess System.Boolean
Résultat System

ResultEventArgs() public méthode

public ResultEventArgs ( Exception exception ) : System
exception System.Exception
Résultat System