Deveel.Data.Sql.SqlErrorException.SqlErrorException C# (CSharp) 메소드

SqlErrorException() 공개 메소드

public SqlErrorException ( int errorCode ) : System
errorCode int
리턴 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