You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <returns>A task that represents the asynchronous operation. The task result contains the loaded <see cref="Device"/> or null if it does not exist.</returns>
101
+
/// <exception cref="ArgumentNullException">Thrown when the channel is null.</exception>
102
+
/// <exception cref="ArgumentException">Thrown when the device name is null or empty.</exception>
103
+
/// <exception cref="InvalidOperationException">Thrown when the device cannot be created or loaded.</exception>
0 commit comments