C# Class GoodAI.ToyWorld.Control.RenderRequestNotImplementedException

Thrown when requesting an unknown IRenderRequest or IAvatarRenderRequest from an IGameController.
Inheritance: System.Exception
Exibir arquivo Open project: GoodAI/BrainSimulator

Public Methods

Method Description
RenderRequestNotImplementedException ( string message ) : System

Initializes a new instance of the RenderRequestNotImplementedException class with the specified message.

Method Details

RenderRequestNotImplementedException() public method

Initializes a new instance of the RenderRequestNotImplementedException class with the specified message.
public RenderRequestNotImplementedException ( string message ) : System
message string The message that describes the error.
return System