RemotingErrorRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |