Skip to main content

UnableToCreateDBObjectException Constructors

An exception that is thrown when a specific object cannot be created in a data store.
Name Parameters Description
UnableToCreateDBObjectException(String, String, String, Exception) objectTypeName, objectName, parentObjectName, innerException Initializes a new instance of the UnableToCreateDBObjectException class with the specified settings.
See Also