C# Class ImageMagick.WarningEventArgs

Arguments for the Warning event.
Inheritance: System.EventArgs
Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
WarningEventArgs ( MagickWarningException exception ) : System

Initializes a new instance of the WarningEventArgs class.

Method Details

WarningEventArgs() public method

Initializes a new instance of the WarningEventArgs class.
public WarningEventArgs ( MagickWarningException exception ) : System
exception MagickWarningException The MagickWarningException that was thrown.
return System