C# 클래스 Deveel.Data.Sql.Cursors.CursorException

상속: SqlErrorException
파일 보기 프로젝트 열기: deveel/deveeldb

보호된 메소드들

메소드 설명
GetMetadata ( object>.IDictionary metadata ) : void

비공개 메소드들

메소드 설명
CursorException ( string cursorName, Exception innerException ) : System
CursorException ( string cursorName, int errorCode, string message ) : System
CursorException ( string cursorName, int errorCode, string message, Exception innerException ) : System
FormatMessage ( string cursorName ) : string

메소드 상세

GetMetadata() 보호된 메소드

protected GetMetadata ( object>.IDictionary metadata ) : void
metadata object>.IDictionary
리턴 void