BabelMultipleLicenseException
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Exception for signaling multiple license errors.
Inheritance
object ← Exception ← BabelLicenseException ← BabelMultipleLicenseException
Implements
Inherited Members
BabelLicenseException.Status, BabelLicenseException.LicensedType, 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.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
BabelMultipleLicenseException(IEnumerable<LicenseValidationResult>)
Constructor.
Parameters
The collection of license validation results.
Exceptions
Thrown when one or more required arguments are null.
Properties
ValidationResults
Gets the composite license validation results.
Property Value
Last updated