C# Class CqlSharp.Linq.CqlLinqException

Inheritance: System.Exception
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
CqlLinqException ( ) : System
CqlLinqException ( string message ) : System
CqlLinqException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
CqlLinqException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CqlLinqException() public méthode

public CqlLinqException ( ) : System
Résultat System

CqlLinqException() protected méthode

protected CqlLinqException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

CqlLinqException() public méthode

public CqlLinqException ( string message ) : System
message string
Résultat System

CqlLinqException() public méthode

public CqlLinqException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System