C# Class Nanook.QueenBee.ErrorEventArgs

Inheritance: System.EventArgs
Show file Open project: Nanook/Queen-Bee Class Usage Examples

Public Properties

Property Type Description
Exception System.Exception
Message string
Title string

Public Methods

Method Description
ErrorEventArgs ( string title, Exception ex ) : System
ErrorEventArgs ( string title, string message ) : System

Method Details

ErrorEventArgs() public method

public ErrorEventArgs ( string title, Exception ex ) : System
title string
ex System.Exception
return System

ErrorEventArgs() public method

public ErrorEventArgs ( string title, string message ) : System
title string
message string
return System

Property Details

Exception public property

public Exception,System Exception
return System.Exception

Message public property

public string Message
return string

Title public property

public string Title
return string