Table of Contents

Class CalculateScoreException

Namespace
InSite.Application.Records
Assembly
Shift.Sdk.dll
public class CalculateScoreException : Exception, ISerializable
Inheritance
CalculateScoreException
Implements
Inherited Members
Extension Methods

Constructors

CalculateScoreException()

public CalculateScoreException()

CalculateScoreException(SerializationInfo, StreamingContext)

protected CalculateScoreException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

CalculateScoreException(string)

public CalculateScoreException(string message)

Parameters

message string

CalculateScoreException(string, Exception)

public CalculateScoreException(string message, Exception innerException)

Parameters

message string
innerException Exception