BrokenDatabaseReferenceException Constructor |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Common.ExceptionsAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxpublic BrokenDatabaseReferenceException(
Exception innerException,
Type sourceType,
Type targetType,
IList<long> missingIds
)
Public Sub New (
innerException As Exception,
sourceType As Type,
targetType As Type,
missingIds As IList(Of Long)
)
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