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

Creates a new instance of fCraft.WorldOpException, with the specified world and error code.

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

Syntax

   
 C# 
public WorldOpException(
	string worldName,
	WorldOpExceptionCode errorCode
)

Parameters

worldName
String
World where exception took place. May be null if no relevant world exists.
errorCode
WorldOpExceptionCode
Error that took place.

See Also