Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ValidarXMLException

    Classe de exceção quando ocorre erros na validação dos XML contra schema (arquivo XSD)

    Inheritance
    object
    Exception
    ValidarXMLException
    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 ValidarXMLException : Exception, ISerializable

    Constructors

    ValidarXMLException(string)

    Exceção quando ocorre erros na validação dos XML

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

    Mensagem para exceção

    Implements

    ISerializable