C# Class DatabaseNotCreatedException, pitstop

Inheritance: Exception
ファイルを表示 Open project: EdwinVW/pitstop

Public Methods

Method Description
DatabaseNotCreatedException ( )
DatabaseNotCreatedException ( string message )
DatabaseNotCreatedException ( string message, Exception, innerException )

Protected Methods

Method Description
DatabaseNotCreatedException ( SerializationInfo, info, StreamingContext, context )

Method Details

DatabaseNotCreatedException() public method

DatabaseNotCreatedException() protected method

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

DatabaseNotCreatedException() public method

public DatabaseNotCreatedException ( string message )
message string

DatabaseNotCreatedException() public method

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