InvalidProjectFileException.BaseMessage Property

Definition

Gets the exception message, not including the project file.

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

Property Value

The error message string only.

Applies to