NotLicensedException Class Members
See Also  Fields Properties Methods Events
SourceCode.Hosting.Exceptions Namespace : NotLicensedException Class


Glossary Item Box

The following tables list the members exposed by NotLicensedException.

Public Constructors

  Name Description
Public Constructor NotLicensedException Constructor Overloaded.   
Top

Protected Fields

Public Properties

  Name Description
Public Property Data (Inherited from System.Exception)
Public Property HelpLink (Inherited from System.Exception)
Public Property HResult (Inherited from System.Exception)
Public Property InnerException (Inherited from System.Exception)
Public Property Message (Inherited from System.Exception)
Public Property Source (Inherited from System.Exception)
Public Property StackTrace (Inherited from System.Exception)
Public Property TargetSite (Inherited from System.Exception)
Top

Public Methods

  Name Description
Public Method Dispose Overloaded. Overridden.   
Public Method GetBaseException (Inherited from System.Exception)
Public Method GetObjectData Overridden. When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.  
Public Method GetType (Inherited from System.Exception)
Public Method ToString (Inherited from System.Exception)
Top

Protected Events

  Name Description
Protected Event SerializeObjectState (Inherited from System.Exception)
Top

See Also