C# 클래스 ReplayParser.ReplaySorter.Exceptions.RenameException

상속: Exception
파일 보기 프로젝트 열기: CrispyDrone/BWSort

공개 메소드들

메소드 설명
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

메소드 상세

RenameException() 공개 메소드

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

RenameException() 공개 메소드

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

RenameException() 공개 메소드

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

RenameException() 공개 메소드

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