C# Class BadFileFooterException

Inheritance: System.AggregateException
显示文件 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