Class PemException
- Namespace
- Org.BouncyCastle.OpenSsl
- Assembly
- BouncyCastle.Cryptography.dll
[Serializable]
public class PemException : IOException, ISerializable
- Inheritance
-
PemException
- Implements
- Inherited Members
Constructors
PemException()
public PemException()
PemException(SerializationInfo, StreamingContext)
protected PemException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
PemException(string)
public PemException(string message)
Parameters
messagestring
PemException(string, Exception)
public PemException(string message, Exception innerException)