C# Class Nanook.QueenBee.ErrorEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Nanook/Queen-Bee Class Usage Examples

Méthodes publiques

Свойство Type Description
Exception System.Exception
Message string
Title string

Méthodes publiques

Méthode Description
ErrorEventArgs ( string title, Exception ex ) : System
ErrorEventArgs ( string title, string message ) : System

Method Details

ErrorEventArgs() public méthode

public ErrorEventArgs ( string title, Exception ex ) : System
title string
ex System.Exception
Résultat System

ErrorEventArgs() public méthode

public ErrorEventArgs ( string title, string message ) : System
title string
message string
Résultat System

Property Details

Exception public_oe property

public Exception,System Exception
Résultat System.Exception

Message public_oe property

public string Message
Résultat string

Title public_oe property

public string Title
Résultat string