Table of Contents

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

info SerializationInfo
context StreamingContext

PemException(string)

public PemException(string message)

Parameters

message string

PemException(string, Exception)

public PemException(string message, Exception innerException)

Parameters

message string
innerException Exception