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
infoSerializationInfocontextStreamingContext
TspException(string)
public TspException(string message)
Parameters
messagestring
TspException(string, Exception)
public TspException(string message, Exception innerException)