ImageMagick.WarningEventArgs.WarningEventArgs C# (CSharp) Метод

WarningEventArgs() публичный Метод

Initializes a new instance of the WarningEventArgs class.
public WarningEventArgs ( MagickWarningException exception ) : System
exception MagickWarningException The MagickWarningException that was thrown.
Результат System
    public WarningEventArgs(MagickWarningException exception)
    {
      Exception = exception;
    }
WarningEventArgs