AcManager.Tools.AcErrors.AcErrorException.AcErrorException C# (CSharp) Метод

AcErrorException() публичный Метод

public AcErrorException ( AcCommonObject target, AcErrorType type ) : System
target AcManager.Tools.AcObjectsNew.AcCommonObject
type AcErrorType
Результат System
        public AcErrorException(AcCommonObject target, AcErrorType type, params object[] args) {
            AcError = new AcError(target, type, args);
        }
    }
AcErrorException