C# Class PhotonWire.Server.ServerToServer.ServerResponseErrorException

Inheritance: System.Exception
Exibir arquivo Open project: neuecc/PhotonWire

Public Methods

Method Description
ServerResponseErrorException ( short returnCode, string debugMessage ) : System

Method Details

ServerResponseErrorException() public method

public ServerResponseErrorException ( short returnCode, string debugMessage ) : System
returnCode short
debugMessage string
return System