ExceptionDetail.Message Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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); };
public:
property System::String ^ Message { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string Message { get; set; }
[System.Runtime.Serialization.DataMember]
public string Message { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Message : string with get, set
[<System.Runtime.Serialization.DataMember>]
member this.Message : string
Public Property Message As String
Public ReadOnly 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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.