SessionLimitExceededException 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.
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. |