Constructor NotLicensedException
NotLicensedException(SerializationInfo, StreamingContext)
Deserialization constructor. Recreate an NotLicensedException from a serialized stream.
protected NotLicensedException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoa SerializationInfo object holding the serialized state of the NotLicensedException.
contextStreamingContexta StreamingContext object providing context about the serialization operation.
NotLicensedException()
Create a new NotLicensedException with default parameters.
public NotLicensedException()
NotLicensedException(string)
Create a new NotLicensedException.
public NotLicensedException(string message)
Parameters
messagestringA message explaining the exception.
NotLicensedException(string, Exception)
Create a new NotLicensedException.
public NotLicensedException(string message, Exception innerException)
Parameters
messagestringA message explaining the exception.
innerExceptionExceptionA nested exception that caused the NotLicensedException to be thrown.