C# Class BadFileChunkException

Inheritance: Exception
Afficher le fichier Open project: bitbeans/StreamCryptor

Méthodes publiques

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

Method Details

BadFileChunkException() public méthode

public BadFileChunkException ( ) : System
Résultat System

BadFileChunkException() public méthode

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

BadFileChunkException() public méthode

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