Click or drag to resize

AssetDataUnavailableException Constructor (String, Int32, Object)

Initializes a new instance of the AssetDataUnavailableException class with a specific error message and a reference to the asset which caused the exception.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AssetDataUnavailableException(
	string message,
	int assetIndex,
	Object assetInstance
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
assetIndex
Type: SystemInt32
The index of the asset that caused the exception, based on the order of the assets when the computation was created.
assetInstance
Type: SystemObject
A reference to the asset that caused the exception.
See Also