BaseServiceFault 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 service fault.
public ref class BaseServiceFault abstract : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="BaseServiceFault", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.DiscoveryServiceFault))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.OrganizationServiceFault))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.ExecuteTransactionFault))]
[System.Serializable]
public abstract class BaseServiceFault : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="BaseServiceFault", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.DiscoveryServiceFault))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.OrganizationServiceFault))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.ExecuteTransactionFault))>]
[<System.Serializable>]
type BaseServiceFault = class
interface IExtensibleDataObject
Public MustInherit Class BaseServiceFault
Implements IExtensibleDataObject
- Inheritance
-
BaseServiceFault
- Derived
- Attributes
- Implements
Constructors
BaseServiceFault() |
Initializes a new instance of the |
Properties
ActivityId | |
ErrorCode |
Gets or sets the fault error code. |
ErrorDetails |
Gets or sets the details of the fault. |
ExtensionData |
Gets or sets a structure that contains extra data. |
HelpLink | |
Message |
Gets or sets the message for the fault. |
Timestamp |
Gets or sets the date and time when the fault occurred. |