Class DeletedObjectInaccessibleException
Summary description for DeletedObjectInaccessibleException.
Inheritance
System.Object
DeletedObjectInaccessibleException
Assembly: Mediachase.MetaDataPlus.dll
Version: 14.26.0
public class DeletedObjectInaccessibleException : MetaDataPlusException
Constructors
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 |
|
Declaration
public DeletedObjectInaccessibleException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Declaration
public DeletedObjectInaccessibleException(string message, Exception inner)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
inner |
|