ServerUnavailableException Constructor (String) |
Namespace:
PKI.Exceptions
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public ServerUnavailableException(
string serverName
)
Public Sub New (
serverName As String
)
public:
ServerUnavailableException(
String^ serverName
)
new :
serverName : string -> ServerUnavailableException
Parameters
- serverName
- Type: SystemString
Specifies the CA server name.
See Also