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
infoSerializationInfocontextStreamingContext
LmsException(string)
public LmsException(string message)
Parameters
messagestring
LmsException(string, Exception)
public LmsException(string message, Exception innerException)