C# Class c24.Sqlizer.Exceptions.SqlCmdNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: CHECK24/c24.Sqlizer

Méthodes publiques

Méthode Description
SqlCmdNotFoundException ( ) : System
SqlCmdNotFoundException ( string message ) : System
SqlCmdNotFoundException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

SqlCmdNotFoundException() public méthode

public SqlCmdNotFoundException ( ) : System
Résultat System

SqlCmdNotFoundException() protected méthode

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

SqlCmdNotFoundException() public méthode

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

SqlCmdNotFoundException() public méthode

public SqlCmdNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System