DebugOperationResult.ErrorMessage Property

Definition

Gets an error message that was generated by a debug operation.

public:
 property System::String ^ ErrorMessage { System::String ^ get(); };
public string ErrorMessage { get; }
member this.ErrorMessage : string
Public ReadOnly Property ErrorMessage As String

Property Value

A string that contains either an error message (if the test did not succeed) or null (if the test succeeded and also generated no warning message).

Applies to