Skip to main content
Version: 1.0.0-preview.36

Velaptor.Graphics.Renderers.Exceptions.RendererException

Velaptor

Velaptor.Graphics.Renderers.Exceptions

RendererException Class

Thrown when there is a renderer type of issue.

public sealed class RendererException : System.Exception

Inheritance System.ObjectSystem.Exception → RendererException

Constructors

RendererException() Constructor

Initializes a new instance of the RendererException class.

public RendererException();

RendererException(string, Exception) Constructor

Initializes a new instance of the RendererException class.

public RendererException(string message, System.Exception innerException);

Parameters

message System.String

The message that describes the error.

innerException System.Exception

The System.Exception instance that caused the current exception.

RendererException(string) Constructor

Initializes a new instance of the RendererException class.

public RendererException(string message);

Parameters

message System.String

The message that describes the error.