C# Class BadFileFooterException

Inheritance: System.AggregateException
Show file Open project: bitbeans/StreamCryptor

Public Methods

Method Description
BadFileFooterException ( ) : System
BadFileFooterException ( string message ) : System
BadFileFooterException ( string message, System inner ) : System

Method Details

BadFileFooterException() public method

public BadFileFooterException ( ) : System
return System

BadFileFooterException() public method

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

BadFileFooterException() public method

public BadFileFooterException ( string message, System inner ) : System
message string
inner System
return System