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 |
public RenameException ( string originalFilePath, CustomReplayFormat customReplayFormat, string message ) : ReplayParser.ReplaySorter.Renaming | ||
originalFilePath | string | |
customReplayFormat | CustomReplayFormat | |
message | string | |
return | ReplayParser.ReplaySorter.Renaming |
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 |
public RenameException ( string message, Exception innerException ) : ReplayParser.ReplaySorter.Renaming | ||
message | string | |
innerException | Exception | |
return | ReplayParser.ReplaySorter.Renaming |
public RenameException ( string originalFilePath, string message ) : ReplayParser.ReplaySorter.Renaming | ||
originalFilePath | string | |
message | string | |
return | ReplayParser.ReplaySorter.Renaming |