Class Errors
Inheritance
System.Object
Errors
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.DARE
Assembly: Unimake.Business.DFe.dll
Syntax
public class Errors
Properties
ErrorElements
Declaration
public List<XmlElement> ErrorElements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Xml.XmlElement> |
ErrorMessages
Declaration
public Dictionary<string, string> ErrorMessages { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |