Table of Contents

Class LicenseException

Namespace
Balsam.Licensing
Assembly
Balsam.Backtester.dll

License related exception

[Obfuscation(Feature = "renaming,stringencryption")]
public class LicenseException : Exception, ISerializable
Inheritance
LicenseException
Implements
Inherited Members
Extension Methods

Constructors

LicenseException()

Instantiates a new license exception.

public LicenseException()

LicenseException(SerializationInfo, StreamingContext)

Instantiates a new license exception.

protected LicenseException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

LicenseException(string)

Instantiates a new license exception with the specified message

public LicenseException(string message)

Parameters

message string

LicenseException(string, Exception)

Instantiates a new license exception with the specified message and inner exception.

public LicenseException(string message, Exception inner)

Parameters

message string
inner Exception