Table of Contents

Class StoppedEventArgs

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll

Stopped Event Args

public class StoppedEventArgs : EventArgs
Inheritance
StoppedEventArgs
Inherited Members

Constructors

StoppedEventArgs(Exception)

Initializes a new instance of StoppedEventArgs

public StoppedEventArgs(Exception exception = null)

Parameters

exception Exception

An exception to report (null if no exception)

Properties

Exception

An exception. Will be null if the playback or record operation stopped due to the user requesting stop or reached the end of the input audio

public Exception Exception { get; }

Property Value

Exception