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
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: Unimake.Security.Platform.Exceptions
    Assembly: Unimake.Security.Platform.dll
    Syntax
    public class CertificadoDigitalException : Exception, ISerializable, _Exception

    Constructors

    CertificadoDigitalException()

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

    Declaration
    public CertificadoDigitalException()

    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
    _Exception