C# 클래스 FlacLibSharp.Exceptions.FlacLibSharpMaxTracksExceededException

상속: FlacLibSharpException
파일 보기 프로젝트 열기: AaronLenoir/flaclibsharp

공개 메소드들

메소드 설명
FlacLibSharpMaxTracksExceededException ( int maxTracks ) : System

Creates a new exception indicating there are too many tracks added to a CueSheet.

메소드 상세

FlacLibSharpMaxTracksExceededException() 공개 메소드

Creates a new exception indicating there are too many tracks added to a CueSheet.
public FlacLibSharpMaxTracksExceededException ( int maxTracks ) : System
maxTracks int How many tracks that are allowed.
리턴 System