TextTransformation.Error(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.
Raise an error
public:
void Error(System::String ^ message);
public:
void Error(Platform::String ^ message);
void Error(std::wstring const & message);
public void Error (string message);
member this.Error : string -> unit
Public Sub Error (message As String)
Parameters
- message
- String