ServerUnavailableException Constructor (String, 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,
string message
)
Public Sub New (
serverName As String,
message As String
)
public:
ServerUnavailableException(
String^ serverName,
String^ message
)
new :
serverName : string *
message : string -> ServerUnavailableException
Parameters
- serverName
- Type: SystemString
Specifies the CA server name. - message
- Type: SystemString
A string that describes the error.
See Also