temporalio / sdk-dotnet

Temporal .NET SDK
MIT License
375 stars 30 forks source link

Added exception notation to ConnectAsync method #295

Closed petrkoutnycz closed 2 months ago

petrkoutnycz commented 2 months ago

What was changed

Added a exception notation.

Why?

To make it obvious to callers what kinds of exception might be thrown.

Checklist

  1. Closes 290

  2. How was this tested: N/A

  3. Any docs updates needed? No