C# 클래스 Lawo.EmberPlusSharp.S101.S101Exception

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

공개 메소드들

메소드 설명
S101Exception ( ) : System

Initializes a new instance of the S101Exception class.

S101Exception ( string message ) : System

Initializes a new instance of the S101Exception class.

S101Exception ( string message, Exception innerException ) : System

Initializes a new instance of the S101Exception class.

메소드 상세

S101Exception() 공개 메소드

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

S101Exception() 공개 메소드

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

S101Exception() 공개 메소드

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