EventDefinition<TParam1,TParam2,TParam3,TParam4,TParam5,TParam6>.GenerateMessage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GenerateMessage(TParam1, TParam2, TParam3, TParam4, TParam5, TParam6) |
Generates the message that would be logged without logging it. Typically used for throwing an exception in warning-as-error cases. |
GenerateMessage(TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, Exception) |
Generates the message that would be logged without logging it. Typically used for throwing an exception in warning-as-error cases. |
GenerateMessage(TParam1, TParam2, TParam3, TParam4, TParam5, TParam6)
Generates the message that would be logged without logging it. Typically used for throwing an exception in warning-as-error cases.
public virtual string GenerateMessage (TParam1 arg1, TParam2 arg2, TParam3 arg3, TParam4 arg4, TParam5 arg5, TParam6 arg6);
abstract member GenerateMessage : 'TParam1 * 'TParam2 * 'TParam3 * 'TParam4 * 'TParam5 * 'TParam6 -> string
override this.GenerateMessage : 'TParam1 * 'TParam2 * 'TParam3 * 'TParam4 * 'TParam5 * 'TParam6 -> string
Public Overridable Function GenerateMessage (arg1 As TParam1, arg2 As TParam2, arg3 As TParam3, arg4 As TParam4, arg5 As TParam5, arg6 As TParam6) As String
Parameters
- arg1
- TParam1
The first message argument.
- arg2
- TParam2
The second message argument.
- arg3
- TParam3
The third message argument.
- arg4
- TParam4
The fourth message argument.
- arg5
- TParam5
The fifth message argument.
- arg6
- TParam6
The sixth message argument.
Returns
The message string.
Applies to
GenerateMessage(TParam1, TParam2, TParam3, TParam4, TParam5, TParam6, Exception)
Generates the message that would be logged without logging it. Typically used for throwing an exception in warning-as-error cases.
public virtual string GenerateMessage (TParam1 arg1, TParam2 arg2, TParam3 arg3, TParam4 arg4, TParam5 arg5, TParam6 arg6, Exception exception = default);
abstract member GenerateMessage : 'TParam1 * 'TParam2 * 'TParam3 * 'TParam4 * 'TParam5 * 'TParam6 * Exception -> string
override this.GenerateMessage : 'TParam1 * 'TParam2 * 'TParam3 * 'TParam4 * 'TParam5 * 'TParam6 * Exception -> string
Public Overridable Function GenerateMessage (arg1 As TParam1, arg2 As TParam2, arg3 As TParam3, arg4 As TParam4, arg5 As TParam5, arg6 As TParam6, Optional exception As Exception = Nothing) As String
Parameters
- arg1
- TParam1
The first message argument.
- arg2
- TParam2
The second message argument.
- arg3
- TParam3
The third message argument.
- arg4
- TParam4
The fourth message argument.
- arg5
- TParam5
The fifth message argument.
- arg6
- TParam6
The sixth message argument.
- exception
- Exception
Optional exception associated with this event.
Returns
The message string.
Applies to
Entity Framework