C# 클래스 Org.BouncyCastle.Security.Certificates.CrlException

상속: GeneralSecurityException
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
CrlException ( ) : System
CrlException ( string msg ) : System
CrlException ( string msg, Exception e ) : System

메소드 상세

CrlException() 공개 메소드

public CrlException ( ) : System
리턴 System

CrlException() 공개 메소드

public CrlException ( string msg ) : System
msg string
리턴 System

CrlException() 공개 메소드

public CrlException ( string msg, Exception e ) : System
msg string
e System.Exception
리턴 System