Ejemplo n.º 1
0
 public OAuthException(IOAuthContext context, string problem, string advice, Exception innerException)
     : base(advice, innerException)
 {
     Context = context;
     Report  = new OAuthProblemReport {
         Problem = problem, ProblemAdvice = advice
     };
 }
Ejemplo n.º 2
0
 public OAuthException(IOAuthContext context, string problem, string advice, Exception innerException)
     : base(advice, innerException)
 {
     Context = context;
     Report = new OAuthProblemReport { Problem = problem, ProblemAdvice = advice };
 }