C# Class Binboo.Core.Events.ErrorEventArgs

Inheritance: System.EventArgs
Show file Open project: adrianoc/binboo Class Usage Examples

Public Methods

Method Description
ErrorEventArgs ( string msg, string details ) : System

Method Details

ErrorEventArgs() public method

public ErrorEventArgs ( string msg, string details ) : System
msg string
details string
return System