Edit

Share via


SdpParseStatus.SetErrorMessageAndAppendLineNumber(String) Method

Definition

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.

Applies to