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

Inheritance: System.Exception
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Method Details

TemporaryDriveFullException() public method

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

TemporaryDriveFullException() public method

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