ServerUnavailableException Class

The exception that is thrown when attempting to perform read/write operations on Certification Authority (CA) server that is offline.

Definition

Namespace: SysadminsLV.PKI.Exceptions
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[SerializableAttribute]
public sealed class ServerUnavailableException : Exception
Inheritance
Object    Exception    ServerUnavailableException

Remarks

Use Data property to set exact error source.

PKI library uses Source key and value of OfflineSource value type.

Constructors

ServerUnavailableException Initializes a new instance of the ServerUnavailableException class.
ServerUnavailableException(String)Initializes a new instance of the ServerUnavailableException class
ServerUnavailableException(SerializationInfo, StreamingContext)Initializes a new instance of the ServerUnavailableException class
ServerUnavailableException(String, Exception)Initializes a new instance of the ServerUnavailableException class
ServerUnavailableException(String, String)Initializes a new instance of the ServerUnavailableException class

Properties

Data
(Inherited from Exception)
HelpLink
(Inherited from Exception)
HResult
(Inherited from Exception)
InnerException
(Inherited from Exception)
Message
(Inherited from Exception)
Server Gets the name of the CA server.
Source
(Inherited from Exception)
StackTrace
(Inherited from Exception)
TargetSite
(Inherited from Exception)

Methods

Equals
(Inherited from Object)
GetBaseException
(Inherited from Exception)
GetHashCode
(Inherited from Object)
GetObjectData
(Inherited from Exception)
GetType
(Inherited from Exception)
ToString
(Inherited from Exception)

See Also