C# Class mRemoteNG.Security.EncryptionException

Inheritance: Org.BouncyCastle.Security.EncryptionException
Afficher le fichier Open project: mRemoteNG/mRemoteNG

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