C# Class NHibernate.ADOException

Inheritance: NHibernate.HibernateException
Afficher le fichier Open project: nhibernate/nhibernate-core Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the ADOException class.

ADOException ( string message, Exception innerException, string sql ) : System

Méthodes protégées

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

Initializes a new instance of the ADOException class.

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ADOException() public méthode

public ADOException ( ) : System
Résultat System

ADOException() protected méthode

Initializes a new instance of the ADOException class.
protected ADOException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The that holds the serialized object /// data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The that contains contextual information about the source or destination. ///
Résultat System

ADOException() public méthode

Initializes a new instance of the ADOException class.
public ADOException ( string message, Exception innerException ) : System
message string The message that describes the error.
innerException System.Exception /// The exception that is the cause of the current exception. If the innerException parameter /// is not a null reference, the current exception is raised in a catch block that handles /// the inner exception. ///
Résultat System

ADOException() public méthode

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