C# Класс CSJ2K.j2k.util.StringFormatException

Thrown to indicate that the application has attempted to parse a badly formatted string.
Наследование: System.ArgumentException
Показать файл Открыть проект

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

Метод Описание
StringFormatException ( ) : System

Creates the exception with an empty messgage.

StringFormatException ( System s ) : System

Creates the exception with the specified detail message.

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

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

Creates the exception with an empty messgage.
public StringFormatException ( ) : System
Результат System

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

Creates the exception with the specified detail message.
public StringFormatException ( System s ) : System
s System The detail message /// /// /// ///
Результат System