 | IcmpPingQueryResultModelExceptionDetail Property |
Gets or sets the exception detail.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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