C# 클래스 FubuMVC.LightningQueues.LightningQueueTransportException

상속: System.Exception
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc

공개 메소드들

메소드 설명
LightningQueueTransportException ( IPEndPoint endpoint, Exception innerException ) : System

보호된 메소드들

메소드 설명
LightningQueueTransportException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

LightningQueueTransportException() 공개 메소드

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

LightningQueueTransportException() 보호된 메소드

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