Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.87 KB

diagnosticssettings-class.md

File metadata and controls

48 lines (36 loc) · 2.87 KB
title description ms.date ms.assetid
DiagnosticsSettings Class
Describes the DiagnosticsSettings class and provides the class' syntax, properties, remarks, inheritance hierarchy, and requirements.
10/07/2016
fcaedf87-b8b1-4520-1213-c8d107069ec6

DiagnosticsSettings Class

Specifies whether a Web service returns exceptions to the client.

Syntax

class DiagnosticsSettings : EmbeddedObject  

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the DiagnosticsSettings class.

Name Description
SuppressReturningExceptions A read/write boolean value. true if the XML Web service suppresses return exceptions to the client; otherwise, false. The default is false.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the Diagnostics property of the WebServicesSection class.

Inheritance Hierarchy

EmbeddedObject

DiagnosticsSettings

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

EmbeddedObject Class
WebServicesSection Class