C# Class Wesley.Component.Captcha.Events.OnErrorEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: coldicelion/Captcha-Recognizer

Public Methods

Method Description
OnErrorEventArgs ( string filePath, Exception exception ) : System

Method Details

OnErrorEventArgs() public method

public OnErrorEventArgs ( string filePath, Exception exception ) : System
filePath string
exception System.Exception
return System