C# Class Nexus.Client.Util.ImageFormatException

An exception that is thrown when there is a problem with an ImageFormat
Inheritance: System.Exception
显示文件 Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
ImageFormatException ( string p_strMessage, ImageFormat p_imfFormat ) : System

A simple constructor that initializes the object's properties.

Method Details

ImageFormatException() public method

A simple constructor that initializes the object's properties.
public ImageFormatException ( string p_strMessage, ImageFormat p_imfFormat ) : System
p_strMessage string The exception message.
p_imfFormat System.Drawing.Imaging.ImageFormat The problematic .
return System