Class UploaderLicenseException
Exception thrown when legacy uploader license validation fails.
Inherited Members
Namespace: CuteWebUI
Assembly: AjaxUploader.dll
Syntax
[Serializable]
public class UploaderLicenseException : Exception, _Exception, ISerializable
Constructors
UploaderLicenseException(EnumUploaderLicense, Exception)
Declaration
public UploaderLicenseException(EnumUploaderLicense licenseType, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| EnumUploaderLicense | licenseType | |
| Exception | innerException |
UploaderLicenseException(SerializationInfo, StreamingContext)
Declaration
protected UploaderLicenseException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |
Properties
LicenseType
Declaration
public EnumUploaderLicense LicenseType { get; }
Property Value
| Type | Description |
|---|---|
| EnumUploaderLicense |
Methods
GetObjectData(SerializationInfo, StreamingContext)
When overridden in a derived class, sets the SerializationInfo with information about the exception.
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
| StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
Overrides
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | The |