FreeSWITCH.Native.freeswitchPINVOKE.SWIGExceptionHelper.SetPendingArgumentNullException C# (CSharp) Метод

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

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