C# Class Queue.Common.LogicException

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

Public Methods

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

Protected Methods

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

Method Details

LogicException() public method

public LogicException ( ) : System
return System

LogicException() protected method

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

LogicException() public method

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

LogicException() public method

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