DeferredOperationError 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.
Contains information about an error that occurred with a deferred operation.
public ref class DeferredOperationError : System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DeferredOperationError", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class DeferredOperationError : System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DeferredOperationError", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type DeferredOperationError = class
interface IExtensibleDataObject
Public Class DeferredOperationError
Implements IExtensibleDataObject
- Inheritance
-
DeferredOperationError
- Attributes
- Implements
Remarks
Used in the ProcessingError property.
Constructors
DeferredOperationError() |
Initializes a new instance of the DeferredOperationError class. |
Properties
ErrorCode |
Gets or sets the error code. |
ErrorDetails |
Gets or sets the detailed error information. |
ExtensionData |
Gets or sets the structure that contains extra data. |
Message |
Gets or sets the error message. |