Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Erro

    Estrutura de "erro" do retorno.

    Inheritance
    object
    Erro
    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.NFSe.NACIONAL
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class Erro

    Properties

    Codigo

    Código do erro.

    Declaration
    [XmlElement("codigo")]
    public string Codigo { get; set; }
    Property Value
    Type Description
    string

    Complemento

    Complemento do erro.

    Declaration
    [XmlElement("complemento")]
    public string Complemento { get; set; }
    Property Value
    Type Description
    string

    Descricao

    Descrição do erro.

    Declaration
    [XmlElement("descricao")]
    public string Descricao { get; set; }
    Property Value
    Type Description
    string