C# 클래스 Microsoft.Azure.Amqp.Framing.Error

상속: DescribedList, ISerializable
파일 보기 프로젝트 열기: Azure/azure-amqp

공개 프로퍼티들

프로퍼티 타입 설명
Code ulong
Name string

공개 메소드들

메소드 설명
Error ( ) : System
FromException ( Exception exception ) : Error
ToString ( ) : string

보호된 메소드들

메소드 설명
EnsureRequired ( ) : void
OnDecode ( System.ByteBuffer buffer, int count ) : void
OnEncode ( System.ByteBuffer buffer ) : void
OnValueSize ( ) : int

비공개 메소드들

메소드 설명
Error ( SerializationInfo info, StreamingContext context ) : System
ISerializable ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

EnsureRequired() 보호된 메소드

protected EnsureRequired ( ) : void
리턴 void

Error() 공개 메소드

public Error ( ) : System
리턴 System

FromException() 공개 정적인 메소드

public static FromException ( Exception exception ) : Error
exception System.Exception
리턴 Error

OnDecode() 보호된 메소드

protected OnDecode ( System.ByteBuffer buffer, int count ) : void
buffer System.ByteBuffer
count int
리턴 void

OnEncode() 보호된 메소드

protected OnEncode ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
리턴 void

OnValueSize() 보호된 메소드

protected OnValueSize ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Code 공개적으로 정적으로 프로퍼티

public static ulong Code
리턴 ulong

Name 공개적으로 정적으로 프로퍼티

public static string Name
리턴 string