Class MissingLicenseException
- Namespace
- MASES.LicenseManager.Common
- Assembly
- C2JBridge.dll
Exception raised if the license file is not available. Extends InvalidLicenseException.
[Serializable]
public class MissingLicenseException : InvalidLicenseException, ISerializable, _Exception
- Inheritance
-
MissingLicenseException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
MissingLicenseException()
Constructor
public MissingLicenseException()
MissingLicenseException(SerializationInfo, StreamingContext)
Initializes a new instance of the MissingLicenseException class with serialized data.
protected MissingLicenseException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe StreamingContext that contains contextual information about the source or destination.
Exceptions
- ArgumentNullException
The info parameter is null.
- SerializationException
The class name is null or HResult is zero (0).
MissingLicenseException(string)
Constructor
public MissingLicenseException(string message)
Parameters
message
stringThe message to put in MissingLicenseException
MissingLicenseException(string, Exception)
Constructor
public MissingLicenseException(string message, Exception innerException)
Parameters
message
stringThe message to put in MissingLicenseException
innerException
ExceptionThe inner Exception