libsbml.libsbmlPINVOKE.SWIGExceptionHelper.SetPendingArgumentNullException C# (CSharp) Method

SetPendingArgumentNullException() static private method

static private SetPendingArgumentNullException ( string message, string paramName ) : void
message string
paramName string
return 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));
    }
    static void SetPendingArgumentOutOfRangeException(string message, string paramName) {