This topic has not yet been rated - Rate this topic

ErrorDetails Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides additional error information for an error record, such as a more detailed replacement error message.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
'Usage
Dim instance As ErrorDetails

[SerializableAttribute] 
public class ErrorDetails : ISerializable
/** @attribute SerializableAttribute() */ 
public class ErrorDetails implements ISerializable
SerializableAttribute 
public class ErrorDetails implements ISerializable

The information provided by the ErrorDetails object is accessed through the ErrorRecord.ErrorDetails property. Cmdlets can use this detailed information when they need to display a more specific error message than the exception message contained in an exception, without having to create a new exception or define a new exception class. Note that the exception message is a read-only property.

For more information about error records, see Windows PowerShell Error Records.

The ErrorDetails class is used only by the Windows PowerShell runtime. There are no established scenarios for deriving from this class.


System.Object
  System.Management.Automation.ErrorDetails
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)