Error.ToString Method

Definition

Generates a formatted trace message for the error.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A formatted trace message for the error.

Applies to