Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class CarregarCertificadoException

    Exceção ao carregar o certificado digital

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

    Constructors

    CarregarCertificadoException(string)

    Falha ao carregar certificado digital

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

    Mensagem da exceção

    Implements

    ISerializable
    _Exception