コード例 #1
0
 public OAuthException(IOAuthContext context, string problem, string advice, Exception innerException)
     : base(advice, innerException)
 {
     Context = context;
     Report  = new OAuthProblemReport {
         Problem = problem, ProblemAdvice = advice
     };
 }
コード例 #2
0
 public OAuthException(IOAuthContext context, string problem, string advice, Exception innerException)
     : base(advice, innerException)
 {
     Context = context;
     Report = new OAuthProblemReport { Problem = problem, ProblemAdvice = advice };
 }