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.1.0.599 (8.1.0.599)
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