Table of Contents

Class DecryptionException

Namespace
Lextm.SharpSnmpLib.Security
Assembly
SharpSnmpLib.dll

Decryption exception.

[DataContract]
public sealed class DecryptionException : SnmpException, ISerializable
Inheritance
DecryptionException
Implements
Inherited Members

Constructors

DecryptionException()

Initializes a new instance of the DecryptionException class.

public DecryptionException()

DecryptionException(string)

Creates a DecryptionException instance with a specific string.

public DecryptionException(string message)

Parameters

message string

Message

DecryptionException(string, Exception)

Creates a DecryptionException instance with a specific string and an Exception.

public DecryptionException(string message, Exception inner)

Parameters

message string

Message

inner Exception

Inner exception

Methods

GetBytes()

Gets the bytes.

public byte[]? GetBytes()

Returns

byte[]

SetBytes(byte[])

Sets the bytes.

public void SetBytes(byte[] value)

Parameters

value byte[]

Bytes.

ToString()

Returns a string that represents this DecryptionException.

public override string ToString()

Returns

string