[]
Represents a licensing related error.
public class LicenseException : Exception, ISerializable, _Exception
Initializes a new instance of the LicenseException class with a specified error message.
public LicenseException(string msg)
msg
stringThe message that describes the error.