SessionStateException Class
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.
SessionStateException represents an error working with session state objects: variables, aliases, functions, filters, drives, or providers.
public ref class SessionStateException : System::Management::Automation::RuntimeException
[System.Serializable]
public class SessionStateException : System.Management.Automation.RuntimeException
public class SessionStateException : System.Management.Automation.RuntimeException
[<System.Serializable>]
type SessionStateException = class
inherit RuntimeException
type SessionStateException = class
inherit RuntimeException
Public Class SessionStateException
Inherits RuntimeException
- Inheritance
- Derived
- Attributes
Session |
Constructs a SessionStateException. |
Session |
Obsolete.
Constructs a SessionStateException using serialized data. |
Session |
Constructs a SessionStateException. |
Session |
Constructs a SessionStateException. |
Error |
Gets the error record information for this exception. |
Item |
Gets the name of session state object the error occurred on. |
Session |
Gets the category of session state object the error occurred on. |
Was |
(Inherited from RuntimeException) |
Get |
Serializes the exception data. |
Get |
Serializer for ISerializable (Inherited from RuntimeException) |