DiscoveryServiceFault Class

Definition

Represents a discovery service fault.

public ref class DiscoveryServiceFault sealed : Microsoft::Xrm::Sdk::BaseServiceFault
[System.Runtime.Serialization.DataContract(Name="DiscoveryServiceFault", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
[System.Serializable]
public sealed class DiscoveryServiceFault : Microsoft.Xrm.Sdk.BaseServiceFault
[<System.Runtime.Serialization.DataContract(Name="DiscoveryServiceFault", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
[<System.Serializable>]
type DiscoveryServiceFault = class
    inherit BaseServiceFault
Public NotInheritable Class DiscoveryServiceFault
Inherits BaseServiceFault
Inheritance
DiscoveryServiceFault
Attributes

Constructors

DiscoveryServiceFault()

Initializes a new instance of the DiscoveryServiceFault class.

Properties

ActivityId (Inherited from BaseServiceFault)
ErrorCode

Gets or sets the fault error code.

(Inherited from BaseServiceFault)
ErrorDetails

Gets or sets the details of the fault.

(Inherited from BaseServiceFault)
ExtensionData

Gets or sets a structure that contains extra data.

(Inherited from BaseServiceFault)
HelpLink (Inherited from BaseServiceFault)
InnerFault

Gets or sets the fault instance that caused the current fault.

Message

Gets or sets the message for the fault.

(Inherited from BaseServiceFault)
Timestamp

Gets or sets the date and time when the fault occurred.

(Inherited from BaseServiceFault)

Applies to

See also