fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
fCraft.WorldOpException Class Reference

Exception that is thrown when an invalid operation is attempted on a world. More...

+ Inheritance diagram for fCraft.WorldOpException:
+ Collaboration diagram for fCraft.WorldOpException:

Public Member Functions

 WorldOpException (string worldName, WorldOpExceptionCode errorCode)
 Creates a new instance of fCraft.WorldOpException, with the specified world and error code.
 
 WorldOpException (WorldOpExceptionCode errorCode, string message)
 
 WorldOpException (string worldName, WorldOpExceptionCode errorCode, Exception innerException)
 
 WorldOpException (WorldOpExceptionCode errorCode, string message, Exception innerException)
 

Properties

WorldOpExceptionCode ErrorCode [get, set]
 Error code associated with the error.
 

Detailed Description

Exception that is thrown when an invalid operation is attempted on a world.

Constructor & Destructor Documentation

fCraft.WorldOpException.WorldOpException ( string  worldName,
WorldOpExceptionCode  errorCode 
)

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

Parameters
worldNameWorld where exception took place. May be null if no relevant world exists.
errorCodeError that took place.
fCraft.WorldOpException.WorldOpException ( WorldOpExceptionCode  errorCode,
string  message 
)
fCraft.WorldOpException.WorldOpException ( string  worldName,
WorldOpExceptionCode  errorCode,
Exception  innerException 
)
fCraft.WorldOpException.WorldOpException ( WorldOpExceptionCode  errorCode,
string  message,
Exception  innerException 
)

Property Documentation

WorldOpExceptionCode fCraft.WorldOpException.ErrorCode
getset

Error code associated with the error.


The documentation for this class was generated from the following file: