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