RegistrationFailedException Constructors
Occurs if there is an error during registration of a type.Name | Parameters | Description |
---|---|---|
RegistrationFailedException() | none | Initializes a new instance of the RegistrationFailedException class with the default settings. |
RegistrationFailedException(String, Exception) | message, inner | Initializes a new instance of the RegistrationFailedException class with the specified message and exception details. |
RegistrationFailedException(String) | message | Initializes a new instance of the RegistrationFailedException class with the specified error message. |
See Also