C# 클래스 DatabaseNotCreatedException, pitstop

상속: Exception
파일 보기 프로젝트 열기: EdwinVW/pitstop

공개 메소드들

메소드 설명
DatabaseNotCreatedException ( )
DatabaseNotCreatedException ( string message )
DatabaseNotCreatedException ( string message, Exception, innerException )

보호된 메소드들

메소드 설명
DatabaseNotCreatedException ( SerializationInfo, info, StreamingContext, context )

메소드 상세

DatabaseNotCreatedException() 공개 메소드

DatabaseNotCreatedException() 보호된 메소드

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

DatabaseNotCreatedException() 공개 메소드

public DatabaseNotCreatedException ( string message )
message string

DatabaseNotCreatedException() 공개 메소드

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