C# Class withSIX.Core.CompressedFileException

Inheritance: System.Exception
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
CompressedFileException ( string message ) : System
CompressedFileException ( string message, Exception innerException ) : System

Method Details

CompressedFileException() public method

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

CompressedFileException() public method

public CompressedFileException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System