C# Class FlacLibSharp.Exceptions.FlacLibSharpException

Inheritance: System.ApplicationException
显示文件 Open project: AaronLenoir/flaclibsharp

Public Methods

Method Description
FlacLibSharpException ( string message ) : System

Creates a new FlacLibSharp exception.

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

FlacLibSharpException() public method

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