C# Class BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.PkcsException

Base exception for PKCS related issues.
Inheritance: Exception
显示文件 Open project: 526077247/ET

Public Methods

Method Description
PkcsException ( string message ) : System
PkcsException ( string message, Exception underlying ) : System

Method Details

PkcsException() public method

public PkcsException ( string message ) : System
message string
return System

PkcsException() public method

public PkcsException ( string message, Exception underlying ) : System
message string
underlying Exception
return System