DeploymentServiceFault 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 deployment service fault.
public ref class DeploymentServiceFault : System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DeploymentServiceFault", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class DeploymentServiceFault : System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DeploymentServiceFault", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type DeploymentServiceFault = class
interface IExtensibleDataObject
Public Class DeploymentServiceFault
Implements IExtensibleDataObject
- Inheritance
-
DeploymentServiceFault
- Attributes
- Implements
Constructors
DeploymentServiceFault() |
Initializes a new instance of the the DeploymentServiceFault class. |
Properties
ErrorCode |
Gets or sets the error code. |
ErrorDetails |
Gets or sets the collection of detailed information about the error. |
ExtensionData |
Gets or sets the structure that contains extra data. |
InnerFault |
Gets or sets the fault instance that caused the current fault. |
Message |
Gets or sets the error message. |
Timestamp |
Gets or sets the date/time value when the error occurred. |