RemotingDebugRecord(String, OriginInfo) Constructor  
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.
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.