C# Class GtkZBar.ErrorEventArgs

Event arguments for the Error event
Inheritance: System.EventArgs
Show file Open project: jonasfj/zbar-sharp

Public Methods

Method Description
ErrorEventArgs ( string message ) : System
ErrorEventArgs ( string message, ZBarException innerException ) : System

Method Details

ErrorEventArgs() public method

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

ErrorEventArgs() public method

public ErrorEventArgs ( string message, ZBarException innerException ) : System
message string
innerException ZBar.ZBarException
return System