Table of Contents

Class LmsException

Namespace
Org.BouncyCastle.Pqc.Crypto.Lms
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class LmsException : Exception, ISerializable
Inheritance
LmsException
Implements
Inherited Members

Constructors

LmsException()

public LmsException()

LmsException(SerializationInfo, StreamingContext)

protected LmsException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

LmsException(string)

public LmsException(string message)

Parameters

message string

LmsException(string, Exception)

public LmsException(string message, Exception innerException)

Parameters

message string
innerException Exception