OrganizationServiceFault Class

Definition

Represents an organization service fault.

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

Constructors

OrganizationServiceFault()

Initializes a new instance of the OrganizationServiceFault 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 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)
TraceText

Gets the text of the fault trace.

Methods

ToString()

Applies to

See also