SdpParseStatus.SetErrorMessageAndAppendLineNumber(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.
Sets the error message and appends a space and the current line number to the end of the line.
public:
void SetErrorMessageAndAppendLineNumber(System::String ^ message);
public void SetErrorMessageAndAppendLineNumber (string message);
member this.SetErrorMessageAndAppendLineNumber : string -> unit
Public Sub SetErrorMessageAndAppendLineNumber (message As String)
Parameters
- message
- String
The text to set.