Show / Hide Table of Contents

    Class NotLicensedException

    The existence of this summary silences a compiler warning. Somebody should replace this with a real description of this exception.

    Inheritance
    object
    Exception
    ApplicationException
    NotLicensedException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Exceptions
    Assembly: DesignData.SDS2.Exceptions.dll
    Syntax
    public class NotLicensedException : ApplicationException, ISerializable

    Constructors

    NotLicensedException(string)

    The existence of this summary silences a compiler warning. Somebody should replace this with a real description of this exception.

    Declaration
    public NotLicensedException(string message)
    Parameters
    Type Name Description
    string message

    Implements

    ISerializable
    Back to top