C# Class SoundLibrary.Wave.WaveException

WaveReader/WaveWriter で使う例外クラス。
Inheritance: System.Exception
显示文件 Open project: ufcpp/UfcppSample

Public Methods

Method Description
WaveException ( ) : System
WaveException ( string message ) : System
WaveException ( string message, Exception innerException ) : System

Method Details

WaveException() public method

public WaveException ( ) : System
return System

WaveException() public method

public WaveException ( string message ) : System
message string
return System

WaveException() public method

public WaveException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System