Table of Contents

Class PasswordException

Namespace
Org.BouncyCastle.Security
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class PasswordException : IOException, ISerializable
Inheritance
PasswordException
Implements
Inherited Members

Constructors

PasswordException()

public PasswordException()

PasswordException(SerializationInfo, StreamingContext)

protected PasswordException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PasswordException(string)

public PasswordException(string message)

Parameters

message string

PasswordException(string, Exception)

public PasswordException(string message, Exception innerException)

Parameters

message string
innerException Exception