C# Class Org.BouncyCastle.OpenSsl.PemException

Inheritance: System.IO.IOException
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
PemException ( string message ) : System
PemException ( string message, Exception exception ) : System

Method Details

PemException() public method

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

PemException() public method

public PemException ( string message, Exception exception ) : System
message string
exception System.Exception
return System