PSDirectException(String) 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.
This constructor takes a localized string as the error message.
public:
PSDirectException(System::String ^ message);
public:
PSDirectException(Platform::String ^ message);
PSDirectException(std::wstring const & message);
public PSDirectException (string message);
new System.Management.Automation.Remoting.PSDirectException : string -> System.Management.Automation.Remoting.PSDirectException
Public Sub New (message As String)
Parameters
- message
- String
A localized string as an error message.