C# Class ReplayParser.ReplaySorter.Exceptions.RenameException

Inheritance: Exception
Mostra file Open project: CrispyDrone/BWSort

Public Methods

Method Description
RenameException ( string originalFilePath, CustomReplayFormat customReplayFormat, string message ) : ReplayParser.ReplaySorter.Renaming
RenameException ( string originalFilePath, CustomReplayFormat customReplayFormat, string message, Exception innerException ) : ReplayParser.ReplaySorter.Renaming
RenameException ( string message, Exception innerException ) : ReplayParser.ReplaySorter.Renaming
RenameException ( string originalFilePath, string message ) : ReplayParser.ReplaySorter.Renaming

Method Details

RenameException() public method

public RenameException ( string originalFilePath, CustomReplayFormat customReplayFormat, string message ) : ReplayParser.ReplaySorter.Renaming
originalFilePath string
customReplayFormat CustomReplayFormat
message string
return ReplayParser.ReplaySorter.Renaming

RenameException() public method

public RenameException ( string originalFilePath, CustomReplayFormat customReplayFormat, string message, Exception innerException ) : ReplayParser.ReplaySorter.Renaming
originalFilePath string
customReplayFormat CustomReplayFormat
message string
innerException Exception
return ReplayParser.ReplaySorter.Renaming

RenameException() public method

public RenameException ( string message, Exception innerException ) : ReplayParser.ReplaySorter.Renaming
message string
innerException Exception
return ReplayParser.ReplaySorter.Renaming

RenameException() public method

public RenameException ( string originalFilePath, string message ) : ReplayParser.ReplaySorter.Renaming
originalFilePath string
message string
return ReplayParser.ReplaySorter.Renaming