0 out of 1 rated this helpful - Rate this topic

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)
'Usage
Dim instance As ParentContainsErrorRecordException

[SerializableAttribute] 
public class ParentContainsErrorRecordException : SystemException
/** @attribute SerializableAttribute() */ 
public class ParentContainsErrorRecordException extends SystemException
SerializableAttribute 
public class ParentContainsErrorRecordException extends SystemException
System.Object
   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 Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)