public Task<IdtTimeZone> FindAsync(
string? zoneName,
ZoneNotFoundBehavior zoneNotFoundBehavior = ZoneNotFoundBehavior.ThrowOnNotFound,
CancellationToken cancellationToken = default
)
ArgumentException | The zone named in zoneName cannot be found andzoneNotFoundBehavior is ThrowOnNotFound. |