Skip to main content
Version: 1.0.0-preview.36

Velaptor.Exceptions.InvalidRenderEffectsException

Velaptor

Velaptor.Exceptions

InvalidRenderEffectsException Class

Thrown when an invalid RenderEffects value is used.

public sealed class InvalidRenderEffectsException : System.Exception

Inheritance System.ObjectSystem.Exception → InvalidRenderEffectsException

Constructors

InvalidRenderEffectsException() Constructor

Initializes a new instance of the InvalidRenderEffectsException class.

public InvalidRenderEffectsException();

InvalidRenderEffectsException(string, Exception) Constructor

Initializes a new instance of the InvalidRenderEffectsException class.

public InvalidRenderEffectsException(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.

InvalidRenderEffectsException(string) Constructor

Initializes a new instance of the InvalidRenderEffectsException class.

public InvalidRenderEffectsException(string message);

Parameters

message System.String

The message that describes the error.