C# Class FlacLibSharp.Exceptions.FlacLibSharpException

Inheritance: System.ApplicationException
Afficher le fichier Open project: AaronLenoir/flaclibsharp

Méthodes publiques

Méthode Description
FlacLibSharpException ( string message ) : System

Creates a new FlacLibSharp exception.

Private Methods

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

Method Details

FlacLibSharpException() public méthode

Creates a new FlacLibSharp exception.
public FlacLibSharpException ( string message ) : System
message string A clear description of the issue.
Résultat System