FreeSWITCH.Native.freeswitchPINVOKE.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));
            }