Deveel.Data.DatabaseSystemException.DatabaseSystemException C# (CSharp) Method

DatabaseSystemException() public method

public DatabaseSystemException ( int errorCode ) : System
errorCode int
return System
        public DatabaseSystemException(int errorCode)
            : this(errorCode, null)
        {
        }

Same methods

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