EfMigrationException Class

Summary

Migration Exception Class used to marshal exceptions between AppDomains
Namespace
Cake.EntityFramework.Models
Interfaces
  • ISerializable
  • _Exception
Base Types
  • object
  • Exception
graph TD Base0["Exception"]-->Type Base1["object"]-->Base0 Interface0["ISerializable"]-.->Type Interface1["_Exception"]-.->Type Type["EfMigrationException"] class Type type-node

Syntax

[Serializable]
public class EfMigrationException : Exception, ISerializable, _Exception

Attributes

Type Description
SerializableAttribute

Constructors