Click or drag to resize

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)
Syntax
public ExceptionDetailModel ExceptionDetail { get; set; }

Property Value

Type: ExceptionDetailModel
The exception detail.
Remarks
This property will only be non- if an exception was thrown by the ICMP ping operation.
See Also