C# Class fCraft.WorldOpException

Inheritance: System.Exception
Show file Open project: GlennMR/800craft

Public Methods

Method Description
GetMessage ( string worldName, WorldOpExceptionCode code ) : string
WorldOpException ( WorldOpExceptionCode errorCode, string message ) : System
WorldOpException ( WorldOpExceptionCode errorCode, string message, Exception innerException ) : System
WorldOpException ( string worldName, WorldOpExceptionCode errorCode ) : System
WorldOpException ( string worldName, WorldOpExceptionCode errorCode, Exception innerException ) : System

Method Details

GetMessage() public static method

public static GetMessage ( string worldName, WorldOpExceptionCode code ) : string
worldName string
code WorldOpExceptionCode
return string

WorldOpException() public method

public WorldOpException ( WorldOpExceptionCode errorCode, string message ) : System
errorCode WorldOpExceptionCode
message string
return System

WorldOpException() public method

public WorldOpException ( WorldOpExceptionCode errorCode, string message, Exception innerException ) : System
errorCode WorldOpExceptionCode
message string
innerException System.Exception
return System

WorldOpException() public method

public WorldOpException ( string worldName, WorldOpExceptionCode errorCode ) : System
worldName string
errorCode WorldOpExceptionCode
return System

WorldOpException() public method

public WorldOpException ( string worldName, WorldOpExceptionCode errorCode, Exception innerException ) : System
worldName string
errorCode WorldOpExceptionCode
innerException System.Exception
return System