C# Class Microsoft.Azure.Amqp.Framing.Error

Inheritance: DescribedList, ISerializable
Show file Open project: Azure/azure-amqp

Public Properties

Property Type Description
Code ulong
Name string

Public Methods

Method Description
Error ( ) : System
FromException ( Exception exception ) : Error
ToString ( ) : string

Protected Methods

Method Description
EnsureRequired ( ) : void
OnDecode ( System.ByteBuffer buffer, int count ) : void
OnEncode ( System.ByteBuffer buffer ) : void
OnValueSize ( ) : int

Private Methods

Method Description
Error ( SerializationInfo info, StreamingContext context ) : System
ISerializable ( SerializationInfo info, StreamingContext context ) : void

Method Details

EnsureRequired() protected method

protected EnsureRequired ( ) : void
return void

Error() public method

public Error ( ) : System
return System

FromException() public static method

public static FromException ( Exception exception ) : Error
exception System.Exception
return Error

OnDecode() protected method

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

OnEncode() protected method

protected OnEncode ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
return void

OnValueSize() protected method

protected OnValueSize ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

Code public static property

public static ulong Code
return ulong

Name public static property

public static string Name
return string