Class CertificateNotFoundException
Inheritance
CertificateNotFoundException
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public class CertificateNotFoundException : CertificateException, ISerializable
Constructors
CertificateNotFoundException()
Declaration
public CertificateNotFoundException()
CertificateNotFoundException(SerializationInfo, StreamingContext)
Declaration
protected CertificateNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
CertificateNotFoundException(string)
Declaration
public CertificateNotFoundException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
CertificateNotFoundException(string, Exception)
Declaration
public CertificateNotFoundException(string message, Exception innerException)
Parameters
CertificateNotFoundException(string, string)
Declaration
public CertificateNotFoundException(string message, string alias)
Parameters
CertificateNotFoundException(string, string, Exception)
Declaration
public CertificateNotFoundException(string message, string alias, Exception innerException)
Parameters
Methods
Create(string)
Declaration
public static CertificateNotFoundException Create(string alias)
Parameters
| Type |
Name |
Description |
| string |
alias |
|
Returns
Create(string, Exception)
Declaration
public static CertificateNotFoundException Create(string alias, Exception innerException)
Parameters
Returns
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Overrides
Implements