C# Class GtkZBar.ErrorEventArgs

Event arguments for the Error event
Inheritance: System.EventArgs
Afficher le fichier Open project: jonasfj/zbar-sharp

Méthodes publiques

Méthode Description
ErrorEventArgs ( string message ) : System
ErrorEventArgs ( string message, ZBarException innerException ) : System

Method Details

ErrorEventArgs() public méthode

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

ErrorEventArgs() public méthode

public ErrorEventArgs ( string message, ZBarException innerException ) : System
message string
innerException ZBar.ZBarException
Résultat System