AgentCore.FlatExceptionCollection Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the collection of exception objects accessed using the IEnumerable interface.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public ReadOnly Property FlatExceptionCollection As IEnumerable 
    Get
'Usage
Dim instance As AgentCore 
Dim value As IEnumerable 

value = instance.FlatExceptionCollection
[ComVisibleAttribute(false)]
public IEnumerable FlatExceptionCollection { get; }
[ComVisibleAttribute(false)]
public:
property IEnumerable^ FlatExceptionCollection {
    IEnumerable^ get ();
}
[<ComVisibleAttribute(false)>]
member FlatExceptionCollection : IEnumerable
function get FlatExceptionCollection () : IEnumerable

Property Value

Type: IEnumerable
An IEnumerable interface used to access the collection.

See Also

Reference

AgentCore Class

Microsoft.SqlServer.Replication Namespace