Table of Contents

Class BulkRetrieveByIdsNotFoundException

Namespace
Hsl.Xrm.Sdk
Assembly
Hsl.Xrm.Sdk.Core.dll
[Serializable]
public class BulkRetrieveByIdsNotFoundException : Exception, ISerializable, _Exception
Inheritance
BulkRetrieveByIdsNotFoundException
Implements
Inherited Members
Extension Methods

Constructors

BulkRetrieveByIdsNotFoundException()

public BulkRetrieveByIdsNotFoundException()

BulkRetrieveByIdsNotFoundException(SerializationInfo, StreamingContext)

protected BulkRetrieveByIdsNotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

BulkRetrieveByIdsNotFoundException(string)

public BulkRetrieveByIdsNotFoundException(string message)

Parameters

message string

BulkRetrieveByIdsNotFoundException(string, List<Guid>)

public BulkRetrieveByIdsNotFoundException(string message, List<Guid> missingIds)

Parameters

message string
missingIds List<Guid>

BulkRetrieveByIdsNotFoundException(string, Exception)

public BulkRetrieveByIdsNotFoundException(string message, Exception inner)

Parameters

message string
inner Exception

Properties

MissingIds

public List<Guid> MissingIds { get; }

Property Value

List<Guid>