C# Class Yuhan.Common.Events.UnhandledExceptionEventArgs

Inheritance: System.EventArgs
显示文件 Open project: hansuky/Yuhan

Public Methods

Method Description
UnhandledExceptionEventArgs ( Exception exception = null ) : System

Method Details

UnhandledExceptionEventArgs() public method

public UnhandledExceptionEventArgs ( Exception exception = null ) : System
exception System.Exception
return System