C# Class FlacLibSharp.Exceptions.FlacLibSharpMaxTracksExceededException

Inheritance: FlacLibSharpException
Afficher le fichier Open project: AaronLenoir/flaclibsharp

Méthodes publiques

Méthode Description
FlacLibSharpMaxTracksExceededException ( int maxTracks ) : System

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

Method Details

FlacLibSharpMaxTracksExceededException() public méthode

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.
Résultat System