CouldNotCreateVideoCardResourceException Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CouldNotCreateVideoCardResourceException(
string message
)
Public Sub New (
message As String
)
public:
CouldNotCreateVideoCardResourceException(
String^ message
)
new :
message : string -> CouldNotCreateVideoCardResourceException
Parameters
- message
- Type: SystemString
A description of the exception.
See Also