C# Class FlacLibSharp.Exceptions.FlacLibSharpMaxTrackIndicesExceededException

Inheritance: FlacLibSharpException
Show file Open project: AaronLenoir/flaclibsharp

Public Methods

Method 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 method

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