Click or drag to resize
GameStateGameonSaveError Method

[Missing <summary> documentation for "M:Planetbase.GameStateGame.onSaveError(System.Exception,System.String)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void onSaveError(
	Exception e,
	string tempPath
)

Parameters

e
Type: SystemException

[Missing <param name="e"/> documentation for "M:Planetbase.GameStateGame.onSaveError(System.Exception,System.String)"]

tempPath
Type: SystemString

[Missing <param name="tempPath"/> documentation for "M:Planetbase.GameStateGame.onSaveError(System.Exception,System.String)"]

See Also