Share via


SNErrorCodeExtensions.GetDomain(SNErrorCode) Method

Definition

Returns the error domain associated with the SoundAnalysis.SNErrorCode value

public static Foundation.NSString? GetDomain(this SoundAnalysis.SNErrorCode self);
static member GetDomain : SoundAnalysis.SNErrorCode -> Foundation.NSString

Parameters

self
SNErrorCode

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to