Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Org
BouncyCastle
Security
Certificates
CrlException
C# Class Org.BouncyCastle.Security.Certificates.CrlException
Inheritance:
GeneralSecurityException
显示文件
Open project: nonorganic/dssnet
Public Methods
Method
Description
CrlException
( ) :
System
CrlException
(
string
msg
) :
System
CrlException
(
string
msg
,
Exception
e
) :
System
Method Details
CrlException()
public
method
public
CrlException
( ) :
System
return
System
CrlException()
public
method
public
CrlException
(
string
msg
) :
System
msg
string
return
System
CrlException()
public
method
public
CrlException
(
string
msg
,
Exception
e
) :
System
msg
string
e
System.Exception
return
System