C# Class Mono.Addins.AddinErrorEventArgs

Provides information about an add-in loading error.
Inheritance: AddinEventArgs
Afficher le fichier Open project: slluis/mono-addins Class Usage Examples

Méthodes publiques

Méthode Description
AddinErrorEventArgs ( string message, string addinId, Exception exception ) : System

Method Details

AddinErrorEventArgs() public méthode

public AddinErrorEventArgs ( string message, string addinId, Exception exception ) : System
message string
addinId string
exception System.Exception
Résultat System