







|
| Project Mercury API Reference |
| BlendModeNotSuportedException Constructor (String) |
| BlendModeNotSuportedException Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the BlendModeNotSuportedException class.
Namespace:
ProjectMercury.Renderers
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public BlendModeNotSuportedException( string message ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ message As String _ ) |
| Visual C++ |
|---|
public: BlendModeNotSuportedException( String^ message ) |
Parameters
- message
- Type: System..::.String
The exception message.
