C# Class FubuMVC.LightningQueues.LightningQueueTransportException

Inheritance: System.Exception
显示文件 Open project: DarthFubuMVC/fubumvc

Public Methods

Method Description
LightningQueueTransportException ( IPEndPoint endpoint, Exception innerException ) : System

Protected Methods

Method Description
LightningQueueTransportException ( SerializationInfo info, StreamingContext context ) : System

Method Details

LightningQueueTransportException() public method

public LightningQueueTransportException ( IPEndPoint endpoint, Exception innerException ) : System
endpoint System.Net.IPEndPoint
innerException System.Exception
return System

LightningQueueTransportException() protected method

protected LightningQueueTransportException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System