 | JobActionModelExceptionMessage Property |
Gets or sets the message from the underlying exception.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic string ExceptionMessage { get; set; }
Public Property ExceptionMessage As String
Get
Set
public:
property String^ ExceptionMessage {
String^ get ();
void set (String^ value);
}
member ExceptionMessage : string with get, set
Property Value
Type:
String
See Also