[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.Logger.LogAndReportCrash(System.String,System.String,System.Exception,System.Boolean)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)

Syntax

   
 C# 
public static void LogAndReportCrash(
	string message,
	string assembly,
	Exception exception,
	bool shutdownImminent
)

Parameters

message
String
assembly
String
exception
Exception
shutdownImminent
Boolean

See Also