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

Inheritance: DescribedList, ISerializable
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Свойство Type Description
Code ulong
Name string

Méthodes publiques

Méthode Description
Error ( ) : System
FromException ( Exception exception ) : Error
ToString ( ) : string

Méthodes protégées

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

Private Methods

Méthode Description
Error ( SerializationInfo info, StreamingContext context ) : System
ISerializable ( SerializationInfo info, StreamingContext context ) : void

Method Details

EnsureRequired() protected méthode

protected EnsureRequired ( ) : void
Résultat void

Error() public méthode

public Error ( ) : System
Résultat System

FromException() public static méthode

public static FromException ( Exception exception ) : Error
exception System.Exception
Résultat Error

OnDecode() protected méthode

protected OnDecode ( System.ByteBuffer buffer, int count ) : void
buffer System.ByteBuffer
count int
Résultat void

OnEncode() protected méthode

protected OnEncode ( System.ByteBuffer buffer ) : void
buffer System.ByteBuffer
Résultat void

OnValueSize() protected méthode

protected OnValueSize ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Code public_oe static_oe property

public static ulong Code
Résultat ulong

Name public_oe static_oe property

public static string Name
Résultat string