Class PkcsException
- Namespace
- Org.BouncyCastle.Pkcs
- Assembly
- BouncyCastle.Cryptography.dll
Base exception for PKCS related issues.
[Serializable]
public class PkcsException : Exception, ISerializable
- Inheritance
-
PkcsException
- Implements
- Inherited Members
Constructors
PkcsException()
public PkcsException()
PkcsException(SerializationInfo, StreamingContext)
protected PkcsException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
PkcsException(string)
public PkcsException(string message)
Parameters
messagestring
PkcsException(string, Exception)
public PkcsException(string message, Exception innerException)