Class NetConfServerException
The exception that is thrown when there is something wrong with the server capabilities.
public class NetConfServerException : SshException, ISerializable
- Inheritance
-
NetConfServerException
- Implements
- Inherited Members
Constructors
NetConfServerException()
Initializes a new instance of the NetConfServerException class.
public NetConfServerException()
NetConfServerException(string)
Initializes a new instance of the NetConfServerException class.
public NetConfServerException(string message)
Parameters
message
stringThe message.
NetConfServerException(string, Exception)
Initializes a new instance of the NetConfServerException class.
public NetConfServerException(string message, Exception innerException)