Deveel.Data.Sql.SqlErrorException.SqlErrorException C# (CSharp) Method

SqlErrorException() public method

public SqlErrorException ( int errorCode ) : System
errorCode int
return System
        public SqlErrorException(int errorCode)
            : base(errorCode)
        {
        }

Same methods

SqlErrorException::SqlErrorException ( int errorCode, string message ) : System
SqlErrorException::SqlErrorException ( int errorCode, string message, Exception innerException ) : System
SqlErrorException