C# Class BadFileHeaderException

Inheritance: Exception
ファイルを表示 Open project: bitbeans/StreamCryptor

Public Methods

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

Method Details

BadFileHeaderException() public method

public BadFileHeaderException ( ) : System
return System

BadFileHeaderException() public method

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

BadFileHeaderException() public method

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