Table of Contents

Class MediaBlocksResourceNotFoundException

Namespace
VisioForge.Core.MediaBlocks.Serialization
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, ISerializable

Inheritance

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

resourceId string

The unresolved logical resource id.

targetType Type

The type the block expected.

Properties

ResourceId

Gets the logical resource id that could not be resolved.

public string ResourceId { get; }

Property Value

string

TargetType

Gets the type the block expected.

public Type TargetType { get; }

Property Value

Type