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.InterfaceAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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