Table of Contents

Class NetConfServerException

Namespace
Renci.SshNet.Common
Assembly
Renci.SshNet.dll

The exception that is thrown when there is something wrong with the server capabilities.

public class NetConfServerException : SshException, ISerializable

Inheritance

Implements

Inherited Members

Constructors

NetConfServerException()

Initializes a new instance of the Renci.SshNet.Common.NetConfServerException class.

public NetConfServerException()

NetConfServerException(string?)

Initializes a new instance of the Renci.SshNet.Common.NetConfServerException class.

public NetConfServerException(string? message)

Parameters

message string?

The message that describes the error.

NetConfServerException(string?, Exception?)

Initializes a new instance of the Renci.SshNet.Common.NetConfServerException class.

public NetConfServerException(string? message, Exception? innerException)

Parameters

message string?

The error message that explains the reason for the exception.

innerException Exception?

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.