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

Initializes a new instance of the WorldOpException class

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

Syntax

   
 C# 
public WorldOpException(
	string worldName,
	WorldOpExceptionCode errorCode,
	Exception innerException
)

Parameters

worldName
String

[Missing <param name="worldName"/> documentation for "M:fCraft.WorldOpException.#ctor(System.String,fCraft.WorldOpExceptionCode,System.Exception)"]

errorCode
WorldOpExceptionCode

[Missing <param name="errorCode"/> documentation for "M:fCraft.WorldOpException.#ctor(System.String,fCraft.WorldOpExceptionCode,System.Exception)"]

innerException
Exception

[Missing <param name="innerException"/> documentation for "M:fCraft.WorldOpException.#ctor(System.String,fCraft.WorldOpExceptionCode,System.Exception)"]

See Also