ExecuteTransactionFault Class

Definition

Represents a fault that occurs when a message request fails execution during a single database transaction.

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

Constructors

ExecuteTransactionFault()

Initializes a new instance of the ExecuteTransactionFault 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)
FaultedRequestIndex
HelpLink (Inherited from BaseServiceFault)
InnerFault

Gets the fault instance that caused the current fault.

(Inherited from OrganizationServiceFault)
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)
TraceText

Gets the text of the fault trace.

(Inherited from OrganizationServiceFault)

Methods

ToString() (Inherited from OrganizationServiceFault)

Applies to