Click or drag to resize

ServiceResultDeveloperDetails Property

Provides detailed technical information about the error. This is to support developers and administrators to diagnose the cause of the error.

Namespace:  PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly:  PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public string DeveloperDetails { get; set; }

Property Value

Type: String
Remarks
The content of DeveloperDetails can be controlled by configuration settings to prevent sensitive information (e.g. stack traces) from being disclosed in a production environment.
See Also