OrganizationServiceFault 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 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
- 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() |