private string GetContentPartialViewName(IgnoredExceptionAction forAction)
 {
     return(string.Format("_{0}", Enum.GetName(forAction.GetType(), forAction)));
 }
 public IgnoredExceptionParameters()
 {
     Action = IgnoredExceptionAction.NotSet;
 }
 public IgnoredExceptionFilter()
 {
     Action = IgnoredExceptionAction.NotSet;
 }
 public IgnoredExceptionFilter()
 {
     Action = IgnoredExceptionAction.NotSet;
 }
 public IgnoredExceptionParameters()
 {
     Action = IgnoredExceptionAction.NotSet;
 }