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