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.Fulltext.Service.Interface
Assembly:
PDTec.IceNet.Domain.Fulltext (in PDTec.IceNet.Domain.Fulltext.dll) Version: 7.0.0.0 (7.0.6906.26599)
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