UserNotSignedIn Constructors

Definition

Overloads

UserNotSignedIn()

public UserNotSignedIn();
Public Sub New ()

Applies to

UserNotSignedIn(String)

public UserNotSignedIn(string message);
new Microsoft.Agents.Builder.App.Proactive.UserNotSignedIn : string -> Microsoft.Agents.Builder.App.Proactive.UserNotSignedIn
Public Sub New (message As String)

Parameters

message
String

Applies to

UserNotSignedIn(String, Exception)

public UserNotSignedIn(string message, Exception innerException);
new Microsoft.Agents.Builder.App.Proactive.UserNotSignedIn : string * Exception -> Microsoft.Agents.Builder.App.Proactive.UserNotSignedIn
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to