C# Class OpenMetaverse.Rendering.RenderingException

Inheritance: System.Exception
Mostrar archivo Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
RenderingException ( string message ) : System
RenderingException ( string message, Exception innerException ) : System

Method Details

RenderingException() public method

public RenderingException ( string message ) : System
message string
return System

RenderingException() public method

public RenderingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System