SessionStateOverflowException Class

Definition

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)

Constructs a SessionStateOverflowException with a message.

SessionStateOverflowException(String, Exception)

Constructs a SessionStateOverflowException

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)

Applies to