C# Class Queue.Common.QueueException

Inheritance: System.Exception
Show file Open project: breslavsky/queue

Public Methods

Method Description
QueueException ( ) : System
QueueException ( string message ) : System
QueueException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

QueueException() public method

public QueueException ( ) : System
return System

QueueException() protected method

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

QueueException() public method

public QueueException ( string message ) : System
message string
return System

QueueException() public method

public QueueException ( string message, Exception inner ) : System
message string
inner System.Exception
return System