C# Class NHapi.SourceGeneration.SQLException

Inheritance: Exception
Afficher le fichier Open project: nHapiNET/nHapi

Méthodes publiques

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

Méthodes protégées

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

Method Details

SQLException() public méthode

public SQLException ( ) : System
Résultat System

SQLException() protected méthode

protected SQLException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

SQLException() public méthode

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

SQLException() public méthode

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