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