C# Class Org.BouncyCastle.Security.EncryptionException

Inheritance: System.IO.IOException
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
EncryptionException ( string message ) : System
EncryptionException ( string message, Exception exception ) : System

Method Details

EncryptionException() public méthode

public EncryptionException ( string message ) : System
message string
Résultat System

EncryptionException() public méthode

public EncryptionException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System