C# 클래스 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.PkcsException

Base exception for PKCS related issues.
상속: Exception
파일 보기 프로젝트 열기: 526077247/ET

공개 메소드들

메소드 설명
PkcsException ( string message ) : System
PkcsException ( string message, Exception underlying ) : System

메소드 상세

PkcsException() 공개 메소드

public PkcsException ( string message ) : System
message string
리턴 System

PkcsException() 공개 메소드

public PkcsException ( string message, Exception underlying ) : System
message string
underlying Exception
리턴 System