Back to Devexpress

RegistrationFailedException Class

corelibraries-devexpress-dot-utils-dot-ioc-b6019229.md

latest1.1 KB
Original Source

RegistrationFailedException Class

Occurs if there is an error during registration of a type.

Namespace : DevExpress.Utils.IoC

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class RegistrationFailedException :
    Exception
vb
Public Class RegistrationFailedException
    Inherits Exception

Inheritance

Object Exception RegistrationFailedException

See Also

RegistrationFailedException Members

RegisterType(Type, Type)

DevExpress.Utils.IoC Namespace