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
SessionStateOverflowException() |
Constructs a SessionStateOverflowException |
SessionStateOverflowException(SerializationInfo, StreamingContext) |
Constructs a SessionStateOverflowException using serialized data. |
SessionStateOverflowException(String, Exception) |
Constructs a SessionStateOverflowException |
SessionStateOverflowException(String) |
Constructs a SessionStateOverflowException with a message. |
Properties
ErrorRecord |
Gets the error record information for this exception. (Inherited from SessionStateException) |
ItemName |
Gets the name of session state object the error occurred on. (Inherited from SessionStateException) |
SessionStateCategory |
Gets the category of session state object the error occurred on. (Inherited from SessionStateException) |
WasThrownFromThrowStatement | (Inherited from RuntimeException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serializes the exception data. (Inherited from SessionStateException) |