DiscoveryServiceFault Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
DiscoveryServiceFault() |
Initializes a new instance of the |
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) |