C# 클래스 IO.Ably.MessageEncoders.VcDiffErrorInfo

Specific error class that is used to distinguish a critical VcDiff error and a normal decoding error which could be caused by a bad encoding string or a bad cipher.
상속: ErrorInfo
파일 보기 프로젝트 열기: ably/ably-dotnet

공개 메소드들

메소드 설명
VcDiffErrorInfo ( string reason ) : System
VcDiffErrorInfo ( string reason, Exception innerException ) : System

메소드 상세

VcDiffErrorInfo() 공개 메소드

public VcDiffErrorInfo ( string reason ) : System
reason string
리턴 System

VcDiffErrorInfo() 공개 메소드

public VcDiffErrorInfo ( string reason, Exception innerException ) : System
reason string
innerException Exception
리턴 System