C# 클래스 withSIX.Play.Core.Games.Legacy.Arma.DestinationDriveFullException

상속: System.Exception
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
DestinationDriveFullException ( string message, long requiredSpace, long availableSpace, IAbsoluteDirectoryPath path ) : System
DestinationDriveFullException ( string message, long requiredSpace, long availableSpace, IAbsoluteDirectoryPath path, Exception innerException ) : System

메소드 상세

DestinationDriveFullException() 공개 메소드

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

DestinationDriveFullException() 공개 메소드

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