Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class CertificadoDigitalException

    Classe de exceção quando o certificado digital não é localizado ou está com falha

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

    Constructors

    CertificadoDigitalException()

    Exceção quando o certificado digital não é localizado ou está com falha

    Declaration
    public CertificadoDigitalException()

    CertificadoDigitalException(string)

    Exceção quando o certificado digital não é localizado ou está com falha

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

    Mensagem de exceção

    CertificadoDigitalException(string, ErrorCodes)

    Exceção quando o certificado digital não é localizado ou está com falha

    Declaration
    public CertificadoDigitalException(string message, ErrorCodes errorCode)
    Parameters
    Type Name Description
    string message

    Mensagem de exceção

    ErrorCodes errorCode

    Erro ocorrido

    Implements

    ISerializable