Share via


NSSpeechSynthesizerDelegate.DidEncounterError Method

Definition

[Foundation.Export("speechSynthesizer:didEncounterErrorAtIndex:ofString:message:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidEncounterError(AppKit.NSSpeechSynthesizer sender, UIntPtr characterIndex, string theString, string message);
[<Foundation.Export("speechSynthesizer:didEncounterErrorAtIndex:ofString:message:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidEncounterError : AppKit.NSSpeechSynthesizer * unativeint * string * string -> unit
override this.DidEncounterError : AppKit.NSSpeechSynthesizer * unativeint * string * string -> unit

Parameters

characterIndex
UIntPtr

unativeint

theString
String
message
String

Implements

Attributes

Applies to