Class PkcsException
- Namespace
- Enterprises.Org.BouncyCastle.Pkcs
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class PkcsException : Exception, ISerializable- Inheritance
- 
      
      
      PkcsException
- Implements
- Inherited Members
Constructors
PkcsException(string)
public PkcsException(string message)Parameters
- messagestring
PkcsException(string, Exception)
public PkcsException(string message, Exception underlying)