C# 클래스 DBreeze.Exceptions.TableNotOperableException

This is a specific Exception which will bring to DB is not opearable state, we need to analyze this type of exception separately, that's why extra class.
상속: System.Exception
파일 보기 프로젝트 열기: hhblaze/DBreeze

공개 메소드들

메소드 설명
TableNotOperableException ( ) : System
TableNotOperableException ( string message ) : System
TableNotOperableException ( string message, Exception innerException ) : System

메소드 상세

TableNotOperableException() 공개 메소드

public TableNotOperableException ( ) : System
리턴 System

TableNotOperableException() 공개 메소드

public TableNotOperableException ( string message ) : System
message string
리턴 System

TableNotOperableException() 공개 메소드

public TableNotOperableException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System