ConversationBaseOnConversationError Event |
[Missing <summary> documentation for "E:MicrosoftProjectOxford.ConversationBase.OnConversationError"]
Namespace: MicrosoftProjectOxfordAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntaxpublic event EventHandler<SpeechErrorEventArgs> OnConversationError
Public Event OnConversationError As EventHandler(Of SpeechErrorEventArgs)
public:
event EventHandler<SpeechErrorEventArgs^>^ OnConversationError {
void add (EventHandler<SpeechErrorEventArgs^>^ value);
void remove (EventHandler<SpeechErrorEventArgs^>^ value);
}
member OnConversationError : IEvent<EventHandler<SpeechErrorEventArgs>,
SpeechErrorEventArgs>
Value
Type:
SystemEventHandlerSpeechErrorEventArgs
See Also