C# Class FlacLibSharp.Exceptions.FlacLibSharpMaxTrackIndicesExceededException

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

Méthodes publiques

Méthode Description
FlacLibSharpMaxTrackIndicesExceededException ( int maxIndexPoints ) : System

Creates an exception to indicate that too many index points have been added to a CueSheet Track.

Method Details

FlacLibSharpMaxTrackIndicesExceededException() public méthode

Creates an exception to indicate that too many index points have been added to a CueSheet Track.
public FlacLibSharpMaxTrackIndicesExceededException ( int maxIndexPoints ) : System
maxIndexPoints int How many index points that are allowed.
Résultat System