Share via


SessionLimitExceededException Class

Definition

Represents the exception that is thrown when there is an attempt to start a session when the maximum limit is reached.

public ref class SessionLimitExceededException : Exception
public class SessionLimitExceededException : Exception
type SessionLimitExceededException = class
    inherit Exception
Public Class SessionLimitExceededException
Inherits Exception
Inheritance
SessionLimitExceededException

Constructors

SessionLimitExceededException(Int32, String, Exception)

Initializes a new instance of the SessionLimitExceededException class.

SessionLimitExceededException(Int32, String)

Initializes a new instance of the SessionLimitExceededException class.

SessionLimitExceededException(Int32)

Initializes a new instance of the SessionLimitExceededException class.

Properties

SessionLimit

Gets or sets the maximum number of sessions allowed.

Applies to