Beispiel #1
0
 /// <summary>
 /// OverflowException with message like "Error while invoking {0}."
 /// </summary>
 internal static Exception DispOverflow(object p0)
 {
     return(new OverflowException(Strings.DispOverflow(p0)));
 }