ContractLocalizedTextProvider Methods |
The ContractLocalizedTextProvider type exposes the following members.
Name | Description | |
---|---|---|
FormatString |
Formats a string. An implementation would typically invoke Format(String, Object[]).
(Inherited from LocalizedTextProvider.) | |
GetFormattedMessage |
Gets a message template using GetMessage(String) and formats it using the values in exceptionInfo.
| |
GetFormattingStringArguments |
Returns an array of arguments that can be passed to the Format(String, Object[]) method
| |
GetMessage |
Gets a message declared by the LocalizedTextProvider or the rest of responsibility chain if applicable.
(Overrides LocalizedTextProvider.GetMessage(String).) |