![]() |
fCraft
0.636
Custom Minecraft Server
|
Exception that is thrown when an invalid operation is attempted on a world. More...


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. | |
Exception that is thrown when an invalid operation is attempted on a world.
| fCraft.WorldOpException.WorldOpException | ( | string | worldName, |
| WorldOpExceptionCode | errorCode | ||
| ) |
Creates a new instance of fCraft.WorldOpException, with the specified world and error code.
| worldName | World where exception took place. May be null if no relevant world exists. |
| errorCode | Error 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 | ||
| ) |
|
getset |
Error code associated with the error.
1.8.2