C# Class MOUSE.Core.ProcessingException

Inheritance: System.Exception
Mostrar archivo Open project: Rurouni/MassiveOnlineUniversalServerEngine

Public Properties

Property Type Description
ErrorCode ushort

Public Methods

Method Description
ProcessingException ( Enum errorCode ) : System
ProcessingException ( Enum errorCode, string debugMessage ) : System
ProcessingException ( ushort errorCode, string debugMessage ) : System

Method Details

ProcessingException() public method

public ProcessingException ( Enum errorCode ) : System
errorCode System.Enum
return System

ProcessingException() public method

public ProcessingException ( Enum errorCode, string debugMessage ) : System
errorCode System.Enum
debugMessage string
return System

ProcessingException() public method

public ProcessingException ( ushort errorCode, string debugMessage ) : System
errorCode ushort
debugMessage string
return System

Property Details

ErrorCode public_oe property

public ushort ErrorCode
return ushort