InsufficientVideoCardException 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 InsufficientVideoCardException(
string message
)
Public Sub New (
message As String
)
public:
InsufficientVideoCardException(
String^ message
)
new :
message : string -> InsufficientVideoCardException
Parameters
- message
- Type: SystemString
A description of the exception.
See Also