C# Class Deveel.Data.Sql.Cursors.CursorException

Inheritance: SqlErrorException
Mostrar archivo Open project: deveel/deveeldb

Protected Methods

Method Description
GetMetadata ( object>.IDictionary metadata ) : void

Private Methods

Method Description
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

Method Details

GetMetadata() protected method

protected GetMetadata ( object>.IDictionary metadata ) : void
metadata object>.IDictionary
return void