C# Class FlacLibSharp.Exceptions.FlacLibSharpMaxTracksExceededException

Inheritance: FlacLibSharpException
Exibir arquivo Open project: AaronLenoir/flaclibsharp

Public Methods

Method Description
FlacLibSharpMaxTracksExceededException ( int maxTracks ) : System

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

Method Details

FlacLibSharpMaxTracksExceededException() public method

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.
return System