Table of Contents

Class PemGenerationException

Namespace
Org.BouncyCastle.Utilities.IO.Pem
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class PemGenerationException : Exception, ISerializable
Inheritance
PemGenerationException
Implements
Inherited Members

Constructors

PemGenerationException()

public PemGenerationException()

PemGenerationException(SerializationInfo, StreamingContext)

protected PemGenerationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PemGenerationException(string)

public PemGenerationException(string message)

Parameters

message string

PemGenerationException(string, Exception)

public PemGenerationException(string message, Exception innerException)

Parameters

message string
innerException Exception