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

Inheritance: System.Exception
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode 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 méthode

public DestinationDriveFullException ( string message, long requiredSpace, long availableSpace, IAbsoluteDirectoryPath path ) : System
message string
requiredSpace long
availableSpace long
path IAbsoluteDirectoryPath
Résultat System

DestinationDriveFullException() public méthode

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