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

See also

Reference

LocalizedException class

LocalizedException members

Microsoft.Exchange.Data.Common namespace