SerializationExceptionMessage Property |
Message of the exception
Namespace:
Hummingbird.TestFramework.Serialization
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string Message { get; set; }
Public Property Message As String
Get
Set
public:
property String^ Message {
String^ get ();
void set (String^ value);
}
member Message : string with get, set
Property Value
Type:
StringSee Also