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