Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ExecuteTransactionFault Class

Definition

Namespace:
Microsoft.Xrm.Sdk
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

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 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

Name Description
ExecuteTransactionFault()

Initializes a new instance of the ExecuteTransactionFault class.

Properties

Name Description
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

Name Description
ToString() (Inherited from OrganizationServiceFault)

Applies to