Show / Hide Table of Contents

Class LicenseNotSetException

An exception thrown when the License hasn't been set. To set the license, use SetCommercial(string), SetNonCommercialOrganization(string) or SetNonCommercialPersonal(string)

Inheritance
object
Exception
LicenseNotSetException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class LicenseNotSetException : Exception, ISerializable

Implements

ISerializable
In this article
Back to top Generated by DocFX