SessionStateOverflowException 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.
SessionStateOverflowException occurs when the number of session state objects of this type in this scope exceeds the configured maximum.
public ref class SessionStateOverflowException : System::Management::Automation::SessionStateException
[System.Serializable]
public class SessionStateOverflowException : System.Management.Automation.SessionStateException
[<System.Serializable>]
type SessionStateOverflowException = class
inherit SessionStateException
Public Class SessionStateOverflowException
Inherits SessionStateException
- Inheritance
- Attributes
Constructors
Session |
Constructs a SessionStateOverflowException |
Session |
Constructs a SessionStateOverflowException using serialized data. |
Session |
Constructs a SessionStateOverflowException |
Session |
Constructs a SessionStateOverflowException with a message. |
Properties
Error |
Gets the error record information for this exception. (Inherited from SessionStateException) |
Item |
Gets the name of session state object the error occurred on. (Inherited from SessionStateException) |
Session |
Gets the category of session state object the error occurred on. (Inherited from SessionStateException) |
Was |
(Inherited from RuntimeException) |
Methods
Get |
Serializes the exception data. (Inherited from SessionStateException) |