RemotingErrorRecord Class

Definition

Error record in remoting cases.

public ref class RemotingErrorRecord : System::Management::Automation::ErrorRecord
[System.Serializable]
public class RemotingErrorRecord : System.Management.Automation.ErrorRecord
public class RemotingErrorRecord : System.Management.Automation.ErrorRecord
[<System.Serializable>]
type RemotingErrorRecord = class
    inherit ErrorRecord
type RemotingErrorRecord = class
    inherit ErrorRecord
Public Class RemotingErrorRecord
Inherits ErrorRecord
Inheritance
RemotingErrorRecord
Attributes

Constructors

RemotingErrorRecord(ErrorRecord, OriginInfo)

Constructor.

RemotingErrorRecord(SerializationInfo, StreamingContext)
Obsolete.

Deserializer constructor.

Properties

CategoryInfo

Information regarding the ErrorCategory associated with this error, and with the categorized error message for that ErrorCategory.

(Inherited from ErrorRecord)
ErrorDetails

Additional information about the error.

(Inherited from ErrorRecord)
Exception

An Exception describing the error.

(Inherited from ErrorRecord)
FullyQualifiedErrorId

String which uniquely identifies this error condition.

(Inherited from ErrorRecord)
InvocationInfo

Identifies the cmdlet, script, or other command which caused the error.

(Inherited from ErrorRecord)
OriginInfo

Contains the origin information.

PipelineIterationInfo

The status of the pipeline when this record was created.

(Inherited from ErrorRecord)
ScriptStackTrace

The script stack trace for the error.

(Inherited from ErrorRecord)
TargetObject

The object against which the error occurred.

(Inherited from ErrorRecord)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializer method for class.

GetObjectData(SerializationInfo, StreamingContext)

Deserializer for ISerializable

(Inherited from ErrorRecord)
ToString()

As ToString()

(Inherited from ErrorRecord)

Applies to