C# Class BadFileChunkException

Inheritance: Exception
显示文件 Open project: bitbeans/StreamCryptor

Public Methods

Method Description
BadFileChunkException ( ) : System
BadFileChunkException ( string message ) : System
BadFileChunkException ( string message, Exception inner ) : System

Method Details

BadFileChunkException() public method

public BadFileChunkException ( ) : System
return System

BadFileChunkException() public method

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

BadFileChunkException() public method

public BadFileChunkException ( string message, Exception inner ) : System
message string
inner Exception
return System