C# Class FubuMVC.Core.ServiceBus.ErrorHandling.ErrorReport

Afficher le fichier Open project: DarthFubuMVC/fubumvc Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( byte data ) : ErrorReport
Equals ( object obj ) : bool
ErrorReport ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope, Exception ex ) : System
GetHashCode ( ) : int
Serialize ( ) : byte[]

Méthodes protégées

Méthode Description
Equals ( ErrorReport other ) : bool

Method Details

Deserialize() public static méthode

public static Deserialize ( byte data ) : ErrorReport
data byte
Résultat ErrorReport

Equals() protected méthode

protected Equals ( ErrorReport other ) : bool
other ErrorReport
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

ErrorReport() public méthode

public ErrorReport ( FubuMVC.Core.ServiceBus.Runtime.Envelope envelope, Exception ex ) : System
envelope FubuMVC.Core.ServiceBus.Runtime.Envelope
ex System.Exception
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Serialize() public méthode

public Serialize ( ) : byte[]
Résultat byte[]