A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class DeletedObjectInaccessibleException

Summary description for DeletedObjectInaccessibleException.

Inheritance
System.Object
DeletedObjectInaccessibleException
Namespace: Mediachase.MetaDataPlus
Assembly: Mediachase.MetaDataPlus.dll
Version: 14.26.0
Syntax
public class DeletedObjectInaccessibleException : MetaDataPlusException

Constructors

DeletedObjectInaccessibleException()

Declaration
public DeletedObjectInaccessibleException()

DeletedObjectInaccessibleException(SerializationInfo, StreamingContext)

Declaration
protected DeletedObjectInaccessibleException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

DeletedObjectInaccessibleException(String)

Declaration
public DeletedObjectInaccessibleException(string message)
Parameters
Type Name Description
System.String message

DeletedObjectInaccessibleException(String, Exception)

Declaration
public DeletedObjectInaccessibleException(string message, Exception inner)
Parameters
Type Name Description
System.String message
System.Exception inner