ErrorRecordData Class

 

Represents serialized information from an ErrorRecord object.

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ClusterAwareUpdating.ErrorRecordData

Syntax

[DataContractAttribute]
public sealed class ErrorRecordData
[DataContractAttribute]
public ref class ErrorRecordData sealed 
[<Sealed>]
[<DataContractAttribute>]
type ErrorRecordData = class end
<DataContractAttribute>
Public NotInheritable Class ErrorRecordData

Constructors

Name Description
System_CAPS_pubmethod ErrorRecordData(ErrorRecord)

Properties

Name Description
System_CAPS_pubproperty Category

System_CAPS_pubproperty ErrorDetails

System_CAPS_pubproperty ExceptionData

System_CAPS_pubproperty FullyQualifiedErrorId

System_CAPS_pubproperty InvocationName

System_CAPS_pubproperty ScriptStackTrace

System_CAPS_pubproperty TargetObjectString

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Overrides Object.ToString().)

Remarks

An ErrorRecordData object can be stored in a report whereas an ErrorRecord object cannot.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ClusterAwareUpdating Namespace

Return to top