C# Class MassTransit.Courier.MongoDbIntegration.SaveEventException

Inheritance: System.Exception
Afficher le fichier Open project: phatboyg/MassTransit

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SaveEventException ( ) : System
SaveEventException ( System.Guid trackingNumber, string message ) : System
SaveEventException ( System.Guid trackingNumber, string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
SaveEventException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

SaveEventException() public méthode

public SaveEventException ( ) : System
Résultat System

SaveEventException() public méthode

public SaveEventException ( System.Guid trackingNumber, string message ) : System
trackingNumber System.Guid
message string
Résultat System

SaveEventException() public méthode

public SaveEventException ( System.Guid trackingNumber, string message, Exception innerException ) : System
trackingNumber System.Guid
message string
innerException System.Exception
Résultat System

SaveEventException() protected méthode

protected SaveEventException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System