C# Class Seringa.Engine.Exceptions.SqlInjException

Inheritance: System.Exception
Afficher le fichier Open project: paratechnical/Seringa

Méthodes publiques

Méthode Description
SqlInjException ( String message ) : System

Creates a new instance of class

SqlInjException ( string message, Exception innerException ) : System

Creates a new instance of class

Méthodes protégées

Méthode Description
SqlInjException ( SerializationInfo si, StreamingContext sc ) : System

Creates a new instance of class

Creates a new instance of class

Method Details

SqlInjException() protected méthode

Creates a new instance of class Creates a new instance of class
protected SqlInjException ( SerializationInfo si, StreamingContext sc ) : System
si System.Runtime.Serialization.SerializationInfo Serialization Info
sc System.Runtime.Serialization.StreamingContext Streaming context
Résultat System

SqlInjException() public méthode

Creates a new instance of class
public SqlInjException ( String message ) : System
message String The error message.
Résultat System

SqlInjException() public méthode

Creates a new instance of class
public SqlInjException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception The wrappedinner exception.
Résultat System