C# Class FlacLibSharp.Exceptions.FlacLibSharpInvalidFormatException

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

Méthodes publiques

Méthode Description
FlacLibSharpInvalidFormatException ( string details ) : System

Creates a new exception/

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

FlacLibSharpInvalidFormatException() public méthode

Creates a new exception/
public FlacLibSharpInvalidFormatException ( string details ) : System
details string Technical details on what exactly has gone wrong.
Résultat System