You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class ClassName
{
// this is 92, but if you add one more character it breaks
public AutoMapperMappingException(string message, Exception innerException_____________)
: this(message, innerException) => Types = types;
// this doesn't break yet
public void AutoMapperMappingException(string message, Exception innerException________________)
{ }
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: