AssetDataUnavailableExceptionAssetInstance Property  | 
 
            Gets the asset that caused the exception, if available.
            
 
    Namespace: 
   AGI.Foundation.Coverage
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Object AssetInstance { get; }Public ReadOnly Property AssetInstance As Object
	Get
public:
property Object^ AssetInstance {
	Object^ get ();
}member AssetInstance : Object with get
Property Value
Type: 
Object
See Also