Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ValidatorDFeException

    Classe de exceção quando ocorre erros de validação de regras do DFe (NFe, CTe, MDFe, NFCe, etc...)

    Inheritance
    object
    Exception
    ValidatorDFeException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Unimake.Exceptions
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class ValidatorDFeException : Exception, ISerializable

    Constructors

    ValidatorDFeException(string)

    Exceção quando ocorre erros na validação de regras do DFe (NFe, CTe, MDFe, NFCe, etc...)

    Declaration
    public ValidatorDFeException(string message)
    Parameters
    Type Name Description
    string message

    Mensagem para exceção

    Implements

    ISerializable