C# Класс Nexus.Client.Util.ImageFormatException

An exception that is thrown when there is a problem with an ImageFormat
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ImageFormatException ( string p_strMessage, ImageFormat p_imfFormat ) : System

A simple constructor that initializes the object's properties.

Описание методов

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

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 .
Результат System