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

Initializes a new instance of the PlayerOpException class

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

Syntax

   
 C# 
public PlayerOpException(
	Player player,
	PlayerInfo target,
	PlayerOpExceptionCode errorCode,
	string message,
	string messageColored
)

Parameters

player
Player

[Missing <param name="player"/> documentation for "M:fCraft.PlayerOpException.#ctor(fCraft.Player,fCraft.PlayerInfo,fCraft.PlayerOpExceptionCode,System.String,System.String)"]

target
PlayerInfo

[Missing <param name="target"/> documentation for "M:fCraft.PlayerOpException.#ctor(fCraft.Player,fCraft.PlayerInfo,fCraft.PlayerOpExceptionCode,System.String,System.String)"]

errorCode
PlayerOpExceptionCode

[Missing <param name="errorCode"/> documentation for "M:fCraft.PlayerOpException.#ctor(fCraft.Player,fCraft.PlayerInfo,fCraft.PlayerOpExceptionCode,System.String,System.String)"]

message
String

[Missing <param name="message"/> documentation for "M:fCraft.PlayerOpException.#ctor(fCraft.Player,fCraft.PlayerInfo,fCraft.PlayerOpExceptionCode,System.String,System.String)"]

messageColored
String

[Missing <param name="messageColored"/> documentation for "M:fCraft.PlayerOpException.#ctor(fCraft.Player,fCraft.PlayerInfo,fCraft.PlayerOpExceptionCode,System.String,System.String)"]

See Also