Deveel.Data.DeclaredException.DeclaredException C# (CSharp) 메소드

DeclaredException() 개인적인 메소드

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