PSDirectException 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.
This exception is used by PowerShell Direct errors.
public ref class PSDirectException : System::Management::Automation::RuntimeException
[System.Serializable]
public class PSDirectException : System.Management.Automation.RuntimeException
public class PSDirectException : System.Management.Automation.RuntimeException
[<System.Serializable>]
type PSDirectException = class
inherit RuntimeException
type PSDirectException = class
inherit RuntimeException
Public Class PSDirectException
Inherits RuntimeException
- Inheritance
- Attributes
Constructors
PSDirectException(String) |
This constructor takes a localized string as the error message. |
Properties
ErrorRecord |
Additional information about the error. (Inherited from RuntimeException) |
WasThrownFromThrowStatement | (Inherited from RuntimeException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serializer for ISerializable (Inherited from RuntimeException) |