ApplicationNotRegisteredException Class

Contains information about an exception that was raised when trying to unregister an application that is not registered.

Syntax

public class ApplicationNotRegisteredException : System.InvalidOperationException

Public Instance Constructors

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

Protected Instance Constructors

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

See Also