EventSchemaTraceListener.Fail(String, String) Metoda

Definice

Zapíše informace o chybě, včetně základní chybové zprávy a podrobné chybové zprávy, do souboru protokolu.

public:
 override void Fail(System::String ^ message, System::String ^ detailMessage);
public override void Fail (string message, string detailMessage);
override this.Fail : string * string -> unit
Public Overrides Sub Fail (message As String, detailMessage As String)

Parametry

message
String

Základní chybová zpráva, která se má zapsat.

detailMessage
String

Podrobná chybová zpráva, která se má připojit k základní chybové zprávě.

Platí pro