UnableToCreateDBObjectException(String, String, String, Exception) Constructor
Initializes a new instance of the UnableToCreateDBObjectException class with the specified settings.
Namespace: DevExpress.Xpo.DB.Exceptions
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
public UnableToCreateDBObjectException(
string objectTypeName,
string objectName,
string parentObjectName,
Exception innerException
)
Parameters
Name | Type | Description |
---|---|---|
objectTypeName | String | A string that specifies the type of the object that cannot be created. |
objectName | String | A string that specifies the name of the object. |
parentObjectName | String | A string that specifies the name of the object’s parent. |
innerException | Exception | An Exception object that represents the inner error. |
See Also