AjaxUploader
Search Results for

    Show / Hide Table of Contents

    Class UploaderLicenseException

    Exception thrown when legacy uploader license validation fails.

    Inheritance
    object
    Exception
    UploaderLicenseException
    Implements
    _Exception
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    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
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exceptions
    Type Condition
    ArgumentNullException

    The info parameter is a null reference (Nothing in Visual Basic).

    Implements

    _Exception
    ISerializable
    In this article
    Back to top AjaxUploader 5.0 API Reference