예제 #1
0
파일: Errors.cs 프로젝트: rudimk/dlr-dotnet
 /// <summary>
 /// OverflowException with message like "Error while invoking {0}."
 /// </summary>
 internal static Exception DispOverflow(object p0)
 {
     return(new OverflowException(Strings.DispOverflow(p0)));
 }