SessionStateException.SessionStateCategory Property
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.
Gets the category of session state object the error occurred on.
public:
property System::Management::Automation::SessionStateCategory SessionStateCategory { System::Management::Automation::SessionStateCategory get(); };
public System.Management.Automation.SessionStateCategory SessionStateCategory { get; }
member this.SessionStateCategory : System.Management.Automation.SessionStateCategory
Public ReadOnly Property SessionStateCategory As SessionStateCategory