LocalizedException.FormatProvider Property

The FormatProvider property gets or sets the FormatProvider that this LocalizedException object uses to format its error message.

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

Syntax

'Declaration
Public Property FormatProvider As IFormatProvider
    Get
    Set
'Usage
Dim instance As LocalizedException
Dim value As IFormatProvider

value = instance.FormatProvider

instance.FormatProvider = value
public IFormatProvider FormatProvider { get; set; }

Property Value

Type: System.IFormatProvider