Class DisposingException
Thrown if another thread calls the InitiateDispose method.
Inheritance
DisposingException
Assembly: ivrToolkit.Core.dll
public class DisposingException : VoiceException, ISerializable
Constructors
|
Edit this page
View Source
Declaration
public DisposingException()
|
Edit this page
View Source
Declaration
public DisposingException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
Declaration
public DisposingException(string message, Exception innerException)
Parameters
Implements
Extension Methods