Dumper.SetErrorText(String) Method

Definition

Sets the error text of the dumper.

public:
 void SetErrorText(System::String ^ errorText);
public void SetErrorText (string errorText);
member this.SetErrorText : string -> unit
Public Sub SetErrorText (errorText As String)

Parameters

errorText
String

The error text.

Applies to