Class MediaBlocksResourceNotFoundException
- Assembly
- VisioForge.Core.dll
A JSON document referenced a logical resource (video view, stream, callback, device handle) that the resource resolver could not provide. Materialization must stop; the document itself stays intact.
public class MediaBlocksResourceNotFoundException : Exception, ISerializableInheritance
Implements
Inherited Members
Constructors
MediaBlocksResourceNotFoundException(string, Type)
Initializes a new instance of the VisioForge.Core.MediaBlocks.Serialization.MediaBlocksResourceNotFoundException class.
public MediaBlocksResourceNotFoundException(string resourceId, Type targetType)Parameters
Properties
ResourceId
Gets the logical resource id that could not be resolved.
public string ResourceId { get; }Property Value
TargetType
Gets the type the block expected.
public Type TargetType { get; }