Table of Contents

Class TspException

Namespace
Org.BouncyCastle.Tsp
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class TspException : Exception, ISerializable
Inheritance
TspException
Implements
Derived
Inherited Members

Constructors

TspException()

public TspException()

TspException(SerializationInfo, StreamingContext)

protected TspException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

TspException(string)

public TspException(string message)

Parameters

message string

TspException(string, Exception)

public TspException(string message, Exception innerException)

Parameters

message string
innerException Exception