BlendModeNotSuportedException Class

Project Mercury API

[This is preliminary documentation and is subject to change.]

Defines the exception that is thrown when a Renderer does not support the blend mode required by an Emitter.

Namespace:  ProjectMercury.Renderers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public class BlendModeNotSuportedException : ApplicationException
Visual Basic (Declaration)
Public Class BlendModeNotSuportedException _
	Inherits ApplicationException
Visual C++
public ref class BlendModeNotSuportedException : public ApplicationException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      ProjectMercury.Renderers..::.BlendModeNotSuportedException

See Also