ListErrors Method

Adds the invalid-property errors in this configuration element object, and in all subelements, to the passed list.

Namespace:  Microsoft.ServiceBus.Configuration
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
Protected Overrides Sub ListErrors ( _
    errorList As IList _
)
'Usage
Dim errorList As IList

Me.ListErrors(errorList)
protected override void ListErrors(
    IList errorList
)
protected:
virtual void ListErrors(
    IList^ errorList
) override
abstract ListErrors : 
        errorList:IList -> unit 
override ListErrors : 
        errorList:IList -> unit 
protected override function ListErrors(
    errorList : IList
)

Parameters

See Also

Reference

TokenProviderElement Class

Microsoft.ServiceBus.Configuration Namespace