C# Class CqlSharp.Linq.CqlLinqException

Inheritance: System.Exception
Datei anzeigen Open project: reuzel/CqlSharp

Public Methods

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

Protected Methods

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

Method Details

CqlLinqException() public method

public CqlLinqException ( ) : System
return System

CqlLinqException() protected method

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

CqlLinqException() public method

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

CqlLinqException() public method

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