C# Class DatabaseNotCreatedException, pitstop

Inheritance: Exception
Afficher le fichier Open project: EdwinVW/pitstop

Méthodes publiques

Méthode Description
DatabaseNotCreatedException ( )
DatabaseNotCreatedException ( string message )
DatabaseNotCreatedException ( string message, Exception, innerException )

Méthodes protégées

Méthode Description
DatabaseNotCreatedException ( SerializationInfo, info, StreamingContext, context )

Method Details

DatabaseNotCreatedException() public méthode

DatabaseNotCreatedException() protected méthode

protected DatabaseNotCreatedException ( SerializationInfo, info, StreamingContext, context )
info SerializationInfo,
context StreamingContext,

DatabaseNotCreatedException() public méthode

public DatabaseNotCreatedException ( string message )
message string

DatabaseNotCreatedException() public méthode

public DatabaseNotCreatedException ( string message, Exception, innerException )
message string
innerException Exception,