Table of Contents

Class Asn1Exception

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

Constructors

Asn1Exception()

public Asn1Exception()

Asn1Exception(SerializationInfo, StreamingContext)

protected Asn1Exception(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

Asn1Exception(string)

public Asn1Exception(string message)

Parameters

message string

Asn1Exception(string, Exception)

public Asn1Exception(string message, Exception innerException)

Parameters

message string
innerException Exception