ExceptionDetail.ToString Method

Definition

Returns the exception detail information for the exception passed to the constructor.

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

Returns

The message and stack trace of the exception.

Applies to