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

DeclaredException() private method

private DeclaredException ( int errorCode, string exceptionName ) : System
errorCode int
exceptionName string
return System
        internal DeclaredException(int errorCode, string exceptionName)
        {
            ErrorCode = errorCode;
            ExceptionName = exceptionName;
        }
DeclaredException