Class AchievementException
- Namespace
- InSite.Application.Records
- Assembly
- Shift.Sdk.dll
public class AchievementException : Exception, ISerializable
- Inheritance
-
AchievementException
- Implements
- Inherited Members
- Extension Methods
Constructors
AchievementException()
public AchievementException()
AchievementException(SerializationInfo, StreamingContext)
protected AchievementException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
AchievementException(string)
public AchievementException(string message)
Parameters
messagestring
AchievementException(string, Exception)
public AchievementException(string message, Exception innerException)