Click or drag to resize

ServerUnavailableException Constructor (String)

Initializes a new instance of the ServerUnavailableException class

Namespace:  PKI.Exceptions
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public ServerUnavailableException(
	string serverName
)

Parameters

serverName
Type: SystemString
Specifies the CA server name.
See Also