Class MetaClassAlreadyExistsException
The exception that is thrown when meta class already exists in meta model.
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class MetaClassAlreadyExistsException : MetaException
Constructors
MetaClassAlreadyExistsException()
Initializes a new instance of the Meta
Declaration
public MetaClassAlreadyExistsException()
MetaClassAlreadyExistsException(SerializationInfo, StreamingContext)
Initializes a new instance of the Meta
Declaration
protected MetaClassAlreadyExistsException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | The System. |
System. |
context | The System. |
Exceptions
Type | Condition |
---|---|
System. |
The |
System. |
The class name is null or System. |
MetaClassAlreadyExistsException(String)
Initializes a new instance of the Meta
Declaration
public MetaClassAlreadyExistsException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message. |
MetaClassAlreadyExistsException(String, Exception)
Initializes a new instance of the Meta
Declaration
public MetaClassAlreadyExistsException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message. |
System. |
inner | The inner. |