ErrorDetailCollection 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 the collection of error details.
public ref class ErrorDetailCollection : Microsoft::Xrm::Sdk::DataCollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.CollectionDataContract(ItemName="KeyValuePairOfstringanyType", Name="ErrorDetailCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public class ErrorDetailCollection : Microsoft.Xrm.Sdk.DataCollection<System.Collections.Generic.KeyValuePair<string,object>>
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.CollectionDataContract(ItemName="KeyValuePairOfstringanyType", Name="ErrorDetailCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type ErrorDetailCollection = class
inherit DataCollection<KeyValuePair<string, obj>>
Public Class ErrorDetailCollection
Inherits DataCollection(Of KeyValuePair(Of String, Object))
- Inheritance
-
ErrorDetailCollection
- Attributes
Constructors
ErrorDetailCollection() |
Initializes a new instance of the ErrorDetailCollection class. |