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 → Exception → SystemException → LicenseException
Implemented Interfaces
Represents the exception thrown when a component cannot be granted a license.
Properties
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
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object