Velaptor.Exceptions.InvalidRenderEffectsException
Velaptor
Velaptor.Exceptions
InvalidRenderEffectsException Class
Thrown when an invalid RenderEffects value is used.
public sealed class InvalidRenderEffectsException : System.Exception
Inheritance System.Object → System.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.