| DataClassNotFoundException Class |
Namespace: CMS.DataEngine
[SerializableAttribute] public class DataClassNotFoundException : Exception
The DataClassNotFoundException type exposes the following members.
| Name | Description | |
|---|---|---|
| DataClassNotFoundException |
Creates a new instance of DataClassNotFoundException.
| |
| DataClassNotFoundException(SerializationInfo, StreamingContext) |
Creates a new instance of DataClassNotFoundException.
| |
| DataClassNotFoundException(String, String, Exception) |
Creates a new instance of DataClassNotFoundException.
| |
| DataClassNotFoundException(String, String, String) |
Creates a new instance of DataClassNotFoundException.
| |
| DataClassNotFoundException(String, String, String, Exception) |
Creates a new instance of DataClassNotFoundException.
|
| Name | Description | |
|---|---|---|
| ClassName |
Gets name of the class that wasn't found.
| |
| ObjectType |
Gets the object type whose class wasn't found.
|