ParentContainsErrorRecordException Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The exception contained in an ErrorRecord object when that object is contained in a parent exception implementing the IContainsErrorRecord interface. This prevents the ErrorRecord property of the parent exception and the ErrorRecord object from containing mutual references to one another.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
[SerializableAttribute] public class ParentContainsErrorRecordException : SystemException
/** @attribute SerializableAttribute() */ public class ParentContainsErrorRecordException extends SystemException
System.Object
System.Exception
System.SystemException
System.Management.Automation.ParentContainsErrorRecordException
System.Exception
System.SystemException
System.Management.Automation.ParentContainsErrorRecordException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.