SpeechPanelException Members
Include Protected Members
Include Inherited Members
Represents speech panel exceptions indicating the UI is in a state producing an invalid panel value.
The SpeechPanelException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpeechPanelException() | Standard exception constructor. | |
SpeechPanelException(String) | Creates the exception with the appropriate message. | |
SpeechPanelException(String, Exception) | Creates the exception with the appropriate message, and the Exception instance. |
Top
Properties
Name | Description | |
---|---|---|
Data | (inherited from Exception) | |
HelpLink | (inherited from Exception) | |
HResult | (inherited from Exception) | |
InnerException | (inherited from Exception) | |
Message | (inherited from Exception) | |
Source | (inherited from Exception) | |
StackTrace | (inherited from Exception) | |
TargetSite | (inherited from Exception) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetBaseException | (inherited from Exception) | |
GetHashCode | (inherited from Object) | |
GetObjectData | (inherited from Exception) | |
GetType | (inherited from Exception) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Exception) |
Top