C# 클래스 PicoXLSX.UnknownRangeException

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

공개 메소드들

메소드 설명
UnknownRangeException ( ) : System

Default constructor

UnknownRangeException ( string message ) : System

Constructor with passed message

메소드 상세

UnknownRangeException() 공개 메소드

Default constructor
public UnknownRangeException ( ) : System
리턴 System

UnknownRangeException() 공개 메소드

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