C# 클래스 CSJ2K.j2k.util.StringFormatException

Thrown to indicate that the application has attempted to parse a badly formatted string.
상속: System.ArgumentException
파일 보기 프로젝트 열기: cureos/csj2k

공개 메소드들

메소드 설명
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