 | QueryResultFlatModelExceptionDetail Property |
Gets or sets the exception detail.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic ExceptionDetailModel ExceptionDetail { get; set; }
Public Property ExceptionDetail As ExceptionDetailModel
Get
Set
public:
property ExceptionDetailModel^ ExceptionDetail {
ExceptionDetailModel^ get ();
void set (ExceptionDetailModel^ value);
}
member ExceptionDetail : ExceptionDetailModel with get, set
Property Value
Type:
ExceptionDetailModelThe exception detail.
Remarks
This property will only be non- if an exception was thrown by the
ICMP ping operation.
See Also