Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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