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
infoSerializationInfocontextStreamingContext
CalculateScoreException(string)
public CalculateScoreException(string message)
Parameters
messagestring
CalculateScoreException(string, Exception)
public CalculateScoreException(string message, Exception innerException)