Accounting Companion Logo Accounting Companion
HomeBlog
TallyConnector
Version
  • TallyConnector
    • Abstractions
    • Core
      • Attributes
      • Exceptions
        • ObjectDoesNotExist
        • TallyConnectivityException
        • TallyXMLParsingException
      • Extensions
      • Models
      • Constants
      • Constants.DefaultFunctions
      • Constants.Groups
      • Constants.Periodicty
      • Constants.RetiredVersions
      • Constants.RetiredVersions.TallyPrime
      • Constants.SupportedVersions
      • Constants.SupportedVersions.TallyPrime
      • Constants.Voucher
      • Constants.Voucher.Category
      • Constants.Voucher.Filters
      • Constants.Voucher.Filters.ViewTypeFilters
      • Constants.Voucher.ViewType
      • Constants.VoucherType
      • QueryBuilder<TEntity, TMeta>
    • Models
    • Services
Class
Inherits object / Exception

ObjectDoesNotExist

Inheritance Chain
object → Exception

Constructors

ObjectDoesNotExist()
ObjectDoesNotExist(string)

Parameters

message string
ObjectDoesNotExist(string, string, string, string)

Parameters

objectType string
identifier string
identifiervalue string
companyname string
ObjectDoesNotExist(string, Exception)

Parameters

message string
innerException Exception