C# Class withSIX.Mini.Plugin.Arma.Services.TemporaryDriveFullException

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

Méthodes publiques

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

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

TemporaryDriveFullException() public méthode

public TemporaryDriveFullException ( 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