ErrorDetailCollection Class

Definition

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.

Applies to

See also