VpnChannel.SetErrorMessage(String) Method
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.
Not supported.
public:
virtual void SetErrorMessage(Platform::String ^ message) = SetErrorMessage;
void SetErrorMessage(winrt::hstring const& message);
public void SetErrorMessage(string message);
function setErrorMessage(message)
Public Sub SetErrorMessage (message As String)
Parameters
- message
-
String
Platform::String
winrt::hstring
The text of the error message.
Windows requirements
App capabilities |
networkingVpnProvider
|