Table of Contents

Class OutputLengthException

Namespace
Org.BouncyCastle.Crypto
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class OutputLengthException : DataLengthException, ISerializable
Inheritance
OutputLengthException
Implements
Inherited Members

Constructors

OutputLengthException()

public OutputLengthException()

OutputLengthException(SerializationInfo, StreamingContext)

protected OutputLengthException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

OutputLengthException(string)

public OutputLengthException(string message)

Parameters

message string

OutputLengthException(string, Exception)

public OutputLengthException(string message, Exception innerException)

Parameters

message string
innerException Exception