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

TallyXMLParsingException

Inheritance Chain
object → Exception

Constructors

TallyXMLParsingException(string, Exception, string, IEnumerable<string>)

Parameters

message string
innerException Exception
xmlPart string
exceptionTrace IEnumerable < string >

Properties

XMLPart → string
ExceptionTrace → IEnumerable < string >