ServiceEndpointFault 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 fault at a service endpoint in the cloud.
public ref class ServiceEndpointFault sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="ServiceEndpointFault", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
[System.Serializable]
public sealed class ServiceEndpointFault : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="ServiceEndpointFault", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
[<System.Serializable>]
type ServiceEndpointFault = class
interface IExtensibleDataObject
Public NotInheritable Class ServiceEndpointFault
Implements IExtensibleDataObject
- Inheritance
-
ServiceEndpointFault
- Attributes
- Implements
Constructors
ServiceEndpointFault() |
Initializes a new instance of the ServiceEndpointFault class. |
ServiceEndpointFault(String) |
Initializes a new instance of the ServiceEndpointFault class with the specified fault reason. |
Properties
ErrorDetails |
Gets the details of the fault. |
ExtensionData |
Gets or sets the structure that contains extra data. |
Message |
Gets the message for the fault. |