RemotingDebugRecord(String, OriginInfo) Constructor

Definition

Constructor.

public:
 RemotingDebugRecord(System::String ^ message, System::Management::Automation::Remoting::OriginInfo ^ originInfo);
public RemotingDebugRecord (string message, System.Management.Automation.Remoting.OriginInfo originInfo);
new System.Management.Automation.Runspaces.RemotingDebugRecord : string * System.Management.Automation.Remoting.OriginInfo -> System.Management.Automation.Runspaces.RemotingDebugRecord
Public Sub New (message As String, originInfo As OriginInfo)

Parameters

message
String

The debug message that is wrapped.

originInfo
OriginInfo

The origin information.

Applies to