SessionStateOverflowException
Class
Definition
SessionStateOverflowException occurs when the number of session state objects of this type in this scope exceeds the configured maximum.
public class SessionStateOverflowException : System.Management.Automation.SessionStateException
- Inheritance
Inherited Members
System.Management.Automation.RuntimeException
System.Management.Automation.SessionStateException
Constructors
| SessionStateOverflowException() |
Constructs a SessionStateOverflowException |
| SessionStateOverflowException(String) |
Constructs a SessionStateOverflowException with a message. |
| SessionStateOverflowException(SerializationInfo, StreamingContext) |
Constructs a SessionStateOverflowException using serialized data. |
| SessionStateOverflowException(String, Exception) |
Constructs a SessionStateOverflowException |