コード例 #1
0
 internal HandlerMethodInvocationException(PomonaContext context,
                                           IHandlerMethodInvoker invoker,
                                           string message,
                                           Exception innerException)
     : base(message, innerException, HttpStatusCode.InternalServerError)
 {
 }
コード例 #2
0
 internal HandlerMethodInvocationException(PomonaContext context,
                                           IHandlerMethodInvoker invoker,
                                           string message,
                                           Exception innerException)
     : base(message, innerException, HttpStatusCode.InternalServerError)
 {
 }
コード例 #3
0
 internal HandlerMethodInvocationException(PomonaContext context, IHandlerMethodInvoker invoker, string message)
     : this(context, invoker, message, null)
 {
 }
コード例 #4
0
 internal HandlerMethodInvocationException(PomonaContext context, IHandlerMethodInvoker invoker, string message)
     : this(context, invoker, message, null)
 {
 }