C# Class withSIX.Core.Applications.NotEnoughFreeDiskSpaceException

Inheritance: UserException
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Method Details

NotEnoughFreeDiskSpaceException() public method

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

NotEnoughFreeDiskSpaceException() public method

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