C# 클래스 GoodAI.ToyWorld.Control.RenderRequestNotImplementedException

Thrown when requesting an unknown IRenderRequest or IAvatarRenderRequest from an IGameController.
상속: System.Exception
파일 보기 프로젝트 열기: GoodAI/BrainSimulator

공개 메소드들

메소드 설명
RenderRequestNotImplementedException ( string message ) : System

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

메소드 상세

RenderRequestNotImplementedException() 공개 메소드

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.
리턴 System