[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.0 (0.6.3.0)

Syntax

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

Parameters

message
String

[Missing <param name="message"/> documentation for "M:fCraft.Logger.LogAndReportCrash(System.String,System.String,System.Exception,System.Boolean)"]

assembly
String

[Missing <param name="assembly"/> documentation for "M:fCraft.Logger.LogAndReportCrash(System.String,System.String,System.Exception,System.Boolean)"]

exception
Exception

[Missing <param name="exception"/> documentation for "M:fCraft.Logger.LogAndReportCrash(System.String,System.String,System.Exception,System.Boolean)"]

shutdownImminent
Boolean

[Missing <param name="shutdownImminent"/> documentation for "M:fCraft.Logger.LogAndReportCrash(System.String,System.String,System.Exception,System.Boolean)"]

See Also