C# Class Org.BouncyCastle.Security.PasswordException

Inheritance: System.IO.IOException
Exibir arquivo Open project: nonorganic/dssnet

Public Methods

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

Method Details

PasswordException() public method

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

PasswordException() public method

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