C# 클래스 Lawo.EmberPlusSharp.Ember.EmberException

The exception that is thrown when an error occurs while parsing EmBER-encoded data.
상속: System.Exception
파일 보기 프로젝트 열기: Lawo/ember-plus-sharp

공개 메소드들

메소드 설명
EmberException ( ) : System

Initializes a new instance of the EmberException class.

EmberException ( string message ) : System

Initializes a new instance of the EmberException class.

EmberException ( string message, Exception innerException ) : System

Initializes a new instance of the EmberException class.

메소드 상세

EmberException() 공개 메소드

Initializes a new instance of the EmberException class.
public EmberException ( ) : System
리턴 System

EmberException() 공개 메소드

Initializes a new instance of the EmberException class.
public EmberException ( string message ) : System
message string
리턴 System

EmberException() 공개 메소드

Initializes a new instance of the EmberException class.
public EmberException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System