Compartir a través de


EventDefinition<TParam1,TParam2,TParam3>.GenerateMessage Método

Definición

Genera el mensaje que se registraría sin registrarlo. Normalmente se usa para producir una excepción en casos de advertencia como error.

public virtual string GenerateMessage (TParam1 arg1, TParam2 arg2, TParam3 arg3, Exception exception = default);
public virtual string GenerateMessage (TParam1 arg1, TParam2 arg2, TParam3 arg3, Exception? exception = default);
abstract member GenerateMessage : 'TParam1 * 'TParam2 * 'TParam3 * Exception -> string
override this.GenerateMessage : 'TParam1 * 'TParam2 * 'TParam3 * Exception -> string
Public Overridable Function GenerateMessage (arg1 As TParam1, arg2 As TParam2, arg3 As TParam3, Optional exception As Exception = Nothing) As String

Parámetros

arg1
TParam1

Primer argumento de mensaje.

arg2
TParam2

Segundo argumento de mensaje.

arg3
TParam3

Tercer argumento de mensaje.

exception
Exception

Excepción opcional asociada a este evento.

Devoluciones

Cadena del mensaje.

Se aplica a