'Declaration
Public Shared Function CreateWithMessageOverrideAndReplacements( _ ByVal type As MessageType, _ ByVal code As String, _ ByVal messageResourceID As String, _ ByVal ParamArray replacementStrings() As Object _ ) As Message
public static Message CreateWithMessageOverrideAndReplacements( MessageType type, string code, string messageResourceID, params object[] replacementStrings )
Parameters
- type
- code
- messageResourceID
- The resource ID for the message text. Must be a resource from the Messages string table.
- replacementStrings
- Replacement tokens for the message text.