C# Класс StarkPlatform.Reflection.Metadata.ImageFormatLimitationException

Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
ImageFormatLimitationException ( ) : System
ImageFormatLimitationException ( string message ) : System
ImageFormatLimitationException ( string message, Exception innerException ) : System

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

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

public ImageFormatLimitationException ( ) : System
Результат System

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

public ImageFormatLimitationException ( string message ) : System
message string
Результат System

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

public ImageFormatLimitationException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System