Dumper.SetErrorDetails(String) Method

Definition

Sets the error details of the dumper.

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

Parameters

errorDetail
String

The detail of the error.

Applies to