Click or drag to resize

LicenseMissingException Class

[Missing <summary> documentation for "T:RAYLASE.Shared.LicenseMissingException"]

Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.SharedLicenseMissingException

Namespace: RAYLASE.Shared
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.37.0
Syntax
C#
public class LicenseMissingException : Exception

The LicenseMissingException type exposes the following members.

Constructors
 NameDescription
Public methodLicenseMissingExceptionInitializes a new instance of the LicenseMissingException class
Top
Extension Methods
 NameDescription
Public Extension MethodGetAllMessages Concatenates exception messages recursively through the inner exceptions.
(Defined by Extensions)
Public Extension MethodGetAllStackTraces Concatenates exception stack traces recursively through the inner exceptions.
(Defined by Extensions)
Top
See Also