UserNotSignedIn Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception thrown when a user tokens are required in Proactive.ContinueConversation but the user has not previously signed in.
public class UserNotSignedIn : InvalidOperationException
type UserNotSignedIn = class
inherit InvalidOperationException
Public Class UserNotSignedIn
Inherits InvalidOperationException
- Inheritance
-
UserNotSignedIn
Constructors
| Name | Description |
|---|---|
| UserNotSignedIn() | |
| UserNotSignedIn(String, Exception) | |
| UserNotSignedIn(String) | |