DkmCompileDisplayAttributeInternalAsyncResult.Error Property

Definition

[Optional] Indicates any error compiling the expression. If the code compiles successfully, this value should be null. In error cases, this value indicates the reason for the compile error and the caller should return S_OK.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Property Value

Applies to