Show / Hide Table of Contents

Class SessionAlreadyStartedException

Thrown when attempting to start a session but there is already an active session.

Inheritance
object
Exception
SessionAlreadyStartedException
Implements
ISerializable
Namespace: PlayUR.Exceptions
Assembly: PlayUR.dll
Syntax
public class SessionAlreadyStartedException : Exception, ISerializable

Properties

| Improve this Doc View Source

Message

Declaration
public override string Message { get; }
Property Value
Type Description
string
Overrides
Exception.Message

Implements

ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX