C# Класс SixLabors.ImageSharp.Textures.Common.Exceptions.UnknownTextureFormatException

The exception that is thrown when the library tries to load an image which has an unknown format.
Наследование: TextureFormatException
Показать файл Открыть проект

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

Метод Описание
UnknownTextureFormatException ( string errorMessage )

Initializes a new instance of the UnknownTextureFormatException class with the name of the parameter that causes this exception.

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

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

Initializes a new instance of the UnknownTextureFormatException class with the name of the parameter that causes this exception.
public UnknownTextureFormatException ( string errorMessage )
errorMessage string The error message that explains the reason for this exception.