Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Errors

    Inheritance
    object
    Errors
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.DARE
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class Errors

    Properties

    ErrorElements

    Declaration
    [XmlAnyElement]
    public List<XmlElement> ErrorElements { get; set; }
    Property Value
    Type Description
    List<XmlElement>

    ErrorMessages

    Declaration
    [XmlIgnore]
    public Dictionary<string, string> ErrorMessages { get; }
    Property Value
    Type Description
    Dictionary<string, string>