C# 클래스 IronJSON.JSONException

Custon Iron JSON exception. Used for everything in the library.
상속: System.Exception
파일 보기 프로젝트 열기: jabb/IronJSON

공개 메소드들

메소드 설명
JSONException ( string message ) : System

Pass a message to the exception.

메소드 상세

JSONException() 공개 메소드

Pass a message to the exception.
public JSONException ( string message ) : System
message string /// A ///
리턴 System