C# Class withSIX.Play.Core.Games.Legacy.Arma.DestinationDriveFullException

Inheritance: System.Exception
ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
DestinationDriveFullException ( string message, long requiredSpace, long availableSpace, IAbsoluteDirectoryPath path ) : System
DestinationDriveFullException ( string message, long requiredSpace, long availableSpace, IAbsoluteDirectoryPath path, Exception innerException ) : System

Method Details

DestinationDriveFullException() public method

public DestinationDriveFullException ( string message, long requiredSpace, long availableSpace, IAbsoluteDirectoryPath path ) : System
message string
requiredSpace long
availableSpace long
path IAbsoluteDirectoryPath
return System

DestinationDriveFullException() public method

public DestinationDriveFullException ( string message, long requiredSpace, long availableSpace, IAbsoluteDirectoryPath path, Exception innerException ) : System
message string
requiredSpace long
availableSpace long
path IAbsoluteDirectoryPath
innerException System.Exception
return System