LocalizedException.StringFormatParameters property

Namespace:  Microsoft.Exchange.Data.Common
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property StringFormatParameters As ReadOnlyCollection(Of Object)
    Get
'Usage
Dim instance As LocalizedException
Dim value As ReadOnlyCollection(Of Object)

value = instance.StringFormatParameters
public ReadOnlyCollection<Object> StringFormatParameters { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Object>
Returns ReadOnlyCollection<T>.

See also

Reference

LocalizedException class

LocalizedException members

Microsoft.Exchange.Data.Common namespace