BulletCSharp.BulletSoftBodyPINVOKE.SWIGExceptionHelper.SetPendingArgumentOutOfRangeException C# (CSharp) Метод

SetPendingArgumentOutOfRangeException() статический приватный Метод

static private SetPendingArgumentOutOfRangeException ( string message, string paramName ) : void
message string
paramName string
Результат void
            static void SetPendingArgumentOutOfRangeException(string message, string paramName)
            {
                Exception e = SWIGPendingException.Retrieve();
                  if (e != null) message = message + " Inner Exception: " + e.Message;
                  SWIGPendingException.Set(new System.ArgumentOutOfRangeException(paramName, message));
            }