ApplicationAlreadyRegisteredException Class

Contains information about an exception that was raised when trying to register because an application was already registered. You cannot add an entry point to an application that is already registered; unregister the application, and then you can re-register the application.

Syntax

public class ApplicationAlreadyRegisteredException : System.InvalidOperationException

Public Instance Constructors

Constructor Description
ApplicationAlreadyRegisteredException() Initializes an instance of the ApplicationAlreadyRegisteredException class.
ApplicationAlreadyRegisteredException(string) Initializes an instance of the ApplicationAlreadyRegisteredException class.
ApplicationAlreadyRegisteredException(string, Exception) Initializes an instance of the ApplicationAlreadyRegisteredException class.

Protected Instance Constructors

Constructor Description
ApplicationAlreadyRegisteredException(SerializationInfo, StreamingContext) Initializes an instance of the ApplicationAlreadyRegisteredException class.

See Also