RemotingVerboseRecord(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:
 RemotingVerboseRecord(System::String ^ message, System::Management::Automation::Remoting::OriginInfo ^ originInfo);
	public RemotingVerboseRecord(string message, System.Management.Automation.Remoting.OriginInfo originInfo);
	new System.Management.Automation.Runspaces.RemotingVerboseRecord : string * System.Management.Automation.Remoting.OriginInfo -> System.Management.Automation.Runspaces.RemotingVerboseRecord
	Public Sub New (message As String, originInfo As OriginInfo)
	Parameters
- message
 - String
 
The verbose message that is wrapped.
- originInfo
 - OriginInfo
 
The origin information.