RemotingWarningRecord Class

Definition

Warning record containing origin information.

public ref class RemotingWarningRecord : System::Management::Automation::WarningRecord
public class RemotingWarningRecord : System.Management.Automation.WarningRecord
[System.Runtime.Serialization.DataContract]
public class RemotingWarningRecord : System.Management.Automation.WarningRecord
type RemotingWarningRecord = class
    inherit WarningRecord
[<System.Runtime.Serialization.DataContract>]
type RemotingWarningRecord = class
    inherit WarningRecord
Public Class RemotingWarningRecord
Inherits WarningRecord
Inheritance
RemotingWarningRecord
Attributes

Constructors

RemotingWarningRecord(String, OriginInfo)

Constructor.

Properties

FullyQualifiedWarningId

String which uniquely identifies this warning condition.

(Inherited from WarningRecord)
InvocationInfo

The InvocationInfo of the command that created this record.

(Inherited from InformationalRecord)
Message

The message written by the command that created this record.

(Inherited from InformationalRecord)
OriginInfo

Contains the origin information.

PipelineIterationInfo

The status of the pipeline when this record was created.

(Inherited from InformationalRecord)

Methods

ToString()

Returns the record's message.

(Inherited from InformationalRecord)

Applies to