C# Class BadFileFooterException

Inheritance: System.AggregateException
Afficher le fichier Open project: bitbeans/StreamCryptor

Méthodes publiques

Méthode Description
BadFileFooterException ( ) : System
BadFileFooterException ( string message ) : System
BadFileFooterException ( string message, System inner ) : System

Method Details

BadFileFooterException() public méthode

public BadFileFooterException ( ) : System
Résultat System

BadFileFooterException() public méthode

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

BadFileFooterException() public méthode

public BadFileFooterException ( string message, System inner ) : System
message string
inner System
Résultat System