Click or drag to resize
BrokenDatabaseReferenceException Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the BrokenDatabaseReferenceException class

Namespace: Netadmin.Management.Common.Exceptions
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public BrokenDatabaseReferenceException(
	Exception innerException,
	Type sourceType,
	Type targetType,
	IList<long> missingIds
)

Parameters

innerException
Type: SystemException
Any innerexception that could be a root cause
sourceType
Type: SystemType
The type of the netadmin objectinterface that has the broken reference
targetType
Type: SystemType
The type of the netadmin objectinterface that is refered
missingIds
Type: System.Collections.GenericIListInt64
The ids of targetType that is refered by sourceType but did not exist
See Also