InheritanceConflictException Constructor

Overload List
  NameDescription
Public methodInheritanceConflictException
Initializes a new instance of the InheritanceConflictException class.
Public methodInheritanceConflictException(String)
Initializes a new instance of the InheritanceConflictException class with a specified error message.
Protected methodInheritanceConflictException(SerializationInfo, StreamingContext)
Initializes a new instance of the InheritanceConflictException class with serialized data.
Public methodInheritanceConflictException(String, Exception)
Initializes a new instance of the InheritanceConflictException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also