Table of Contents

Constructor NotLicensedException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

NotLicensedException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an NotLicensedException from a serialized stream.

protected NotLicensedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

a SerializationInfo object holding the serialized state of the NotLicensedException.

context StreamingContext

a 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

message string

A message explaining the exception.

NotLicensedException(string, Exception)

Create a new NotLicensedException.

public NotLicensedException(string message, Exception innerException)

Parameters

message string

A message explaining the exception.

innerException Exception

A nested exception that caused the NotLicensedException to be thrown.