コード例 #1
0
 public GetInstanceCertificateOutcome(GameLiftError error, GetInstanceCertificateResult result) : base(error)
 {
     Result = result;
 }
コード例 #2
0
 public DescribePlayerSessionsOutcome(GameLiftError error, DescribePlayerSessionsResult result) : base(error)
 {
     Result = result;
 }
コード例 #3
0
 public GetInstanceCertificateOutcome(GameLiftError error) : base(error)
 {
 }
コード例 #4
0
 public DescribePlayerSessionsOutcome(GameLiftError error) : base(error)
 {
 }
コード例 #5
0
 public AwsDateTimeOutcome(GameLiftError error, DateTime result) : base(error)
 {
     Result = result;
 }
コード例 #6
0
 public AwsDateTimeOutcome(GameLiftError error) : base(error)
 {
 }
コード例 #7
0
 public StartMatchBackfillOutcome(GameLiftError error, StartMatchBackfillResult result) : base(error)
 {
     Result = result;
 }
コード例 #8
0
 public StartMatchBackfillOutcome(GameLiftError error) : base(error)
 {
 }