Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class SemSchemaException

    Exceção lançada quando não há schema disponível para validação. Usada principalmente para NFSe (status 6).

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

    Constructors

    SemSchemaException(string)

    Inicializa uma nova instância de SemSchemaException com a mensagem de erro especificada.

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

    Mensagem que descreve o erro.

    Implements

    ISerializable