C# Class Next.ExceptionEventArgs

Show file Open project: JohanLarsson/Next

Public Methods

Method Description
ExceptionEventArgs ( string message, Exception exception ) : System

Method Details

ExceptionEventArgs() public method

public ExceptionEventArgs ( string message, Exception exception ) : System
message string
exception System.Exception
return System