C# Class FubuMVC.LightningQueues.LightningQueueTransportException

Inheritance: System.Exception
Afficher le fichier Open project: DarthFubuMVC/fubumvc

Méthodes publiques

Méthode Description
LightningQueueTransportException ( IPEndPoint endpoint, Exception innerException ) : System

Méthodes protégées

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

Method Details

LightningQueueTransportException() public méthode

public LightningQueueTransportException ( IPEndPoint endpoint, Exception innerException ) : System
endpoint System.Net.IPEndPoint
innerException System.Exception
Résultat System

LightningQueueTransportException() protected méthode

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