C# 클래스 PicoXLSX.FormatException

상속: System.Exception
파일 보기 프로젝트 열기: rabanti-github/PicoXLSX

공개 메소드들

메소드 설명
FormatException ( ) : System

Default constructor

FormatException ( string message ) : System

Constructor with passed message

FormatException ( string message, Exception inner ) : System

Constructor with passed message and inner exception

메소드 상세

FormatException() 공개 메소드

Default constructor
public FormatException ( ) : System
리턴 System

FormatException() 공개 메소드

Constructor with passed message
public FormatException ( string message ) : System
message string Message of the exception
리턴 System

FormatException() 공개 메소드

Constructor with passed message and inner exception
public FormatException ( string message, Exception inner ) : System
message string Message of the exception
inner System.Exception Inner exception
리턴 System