Edit

ExceptionDetail.Message Property

Definition

Gets or sets the message from the exception passed to the constructor.

public:
 property System::String ^ Message { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Message { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Message : string with get, set
Public Property Message As String

Property Value

The exception message.

Attributes

Remarks

The text of Message should completely describe the error and should, when possible, explain how to correct it.

Applies to