Class RewardException
Inheritance
RewardException
Assembly: cs.temp.dll.dll
Syntax
public class RewardException : Exception
Constructors
RewardException(IReward, String)
Declaration
public RewardException(IReward reward, string message)
Parameters
RewardException(SerializationInfo, StreamingContext)
Declaration
public RewardException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
RewardException(String)
Declaration
public RewardException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
RewardException(String, Exception)
Declaration
public RewardException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
String |
message |
|
Exception |
innerException |
|
Fields
Reward
Declaration
Field Value