Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​LicenseException

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → ExceptionSystemException → LicenseException

Implemented Interfaces

Represents the exception thrown when a component cannot be granted a license.

Properties

public Type
LicensedType
Gets the type of the component that was not granted a license.
public string
HelpLink
public int
HResult
public Exception
InnerException
public string
Message
public string
Source
public string
StackTrace
TargetSite

Methods

public void
GetObjectData​(Runtime.​Serialization.​SerializationInfo info, Runtime.​Serialization.​StreamingContext context)
Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.
info The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> to be used for deserialization.
context The destination to be used for deserialization.
public Exception
GetBaseException​()
Inherited from Exception
public Type
GetType​()
Inherited from Exception
public string
ToString​()
Inherited from Exception
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object