C# Class Wave.WaveException

WaveReader/WaveWriter で使う例外クラス。
Inheritance: System.Exception
Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode Description
WaveException ( ) : System
WaveException ( string message ) : System
WaveException ( string message, Exception innerException ) : System

Method Details

WaveException() public méthode

public WaveException ( ) : System
Résultat System

WaveException() public méthode

public WaveException ( string message ) : System
message string
Résultat System

WaveException() public méthode

public WaveException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System