Click or drag to resize

IgnitionImageNotFoundException(String, Exception) Constructor

Initializes a new instance of the IgnitionImageNotFoundException class

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IgnitionImageNotFoundException(
	string message,
	Exception innerException
)

Parameters

message  String
 
innerException  Exception
 
See Also